We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2ba98 commit 5a5feeeCopy full SHA for 5a5feee
.github/workflows/deploy-subgraph.yml
@@ -38,11 +38,8 @@ jobs:
38
# Run only if the current branch matches the matrix branch
39
if: github.ref == format('refs/heads/{0}', matrix.subgraph.branch)
40
steps:
41
- - name: Checkout code
42
- uses: actions/checkout@v3
43
-
44
- - name: Setup Node.js
45
- uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
46
with:
47
node-version: 18
48
0 commit comments