Skip to content

Commit 9bb0289

Browse files
authored
Upgrade GitHub Actions to use version 6
1 parent e86174c commit 9bb0289

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: Build and post IPFS hash
1212
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-node@v6
1616
with:
1717
node-version: "22"
1818
- run: npx @dappnode/dappnodesdk github-action build
@@ -26,8 +26,8 @@ jobs:
2626
runs-on: ipfs-dev-gateway
2727
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'repository_dispatch'
2828
steps:
29-
- uses: actions/checkout@v4
30-
- uses: actions/setup-node@v4
29+
- uses: actions/checkout@v6
30+
- uses: actions/setup-node@v6
3131
with:
3232
node-version: "22"
3333
- name: Log in to GitHub Container Registry

0 commit comments

Comments
 (0)