We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86174c commit 9bb0289Copy full SHA for 9bb0289
1 file changed
.github/workflows/main.yml
@@ -11,8 +11,8 @@ jobs:
11
name: Build and post IPFS hash
12
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
13
steps:
14
- - uses: actions/checkout@v4
15
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
16
with:
17
node-version: "22"
18
- run: npx @dappnode/dappnodesdk github-action build
@@ -26,8 +26,8 @@ jobs:
26
runs-on: ipfs-dev-gateway
27
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'repository_dispatch'
28
29
30
31
32
33
- name: Log in to GitHub Container Registry
0 commit comments