Skip to content

Commit 48a77e3

Browse files
committed
ci: upgrade deprecated GH actions to v4
- actions/checkout@v4 - actions/setup-node@v4 Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent ff5a70a commit 48a77e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/v0.18.3/zinnia-linux-x64.tar.gz | tar -xz
9-
- uses: actions/setup-node@v3
9+
- uses: actions/setup-node@v4
1010
- run: npx standard
1111
- run: ./zinnia run test.js

0 commit comments

Comments
 (0)