Skip to content

Commit

Permalink
ci: upgrade deprecated GH actions to v4 (#66)
Browse files Browse the repository at this point in the history
- actions/checkout@v4
- actions/setup-node@v4

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos authored May 13, 2024
1 parent ff5a70a commit 6e6b22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/v0.18.3/zinnia-linux-x64.tar.gz | tar -xz
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- run: npx standard
- run: ./zinnia run test.js

0 comments on commit 6e6b22b

Please sign in to comment.