Skip to content

Commit 5a5feee

Browse files
committed
ci: deploy subgraph
1 parent cc2ba98 commit 5a5feee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy-subgraph.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ jobs:
3838
# Run only if the current branch matches the matrix branch
3939
if: github.ref == format('refs/heads/{0}', matrix.subgraph.branch)
4040
steps:
41-
- name: Checkout code
42-
uses: actions/checkout@v3
43-
44-
- name: Setup Node.js
45-
uses: actions/setup-node@v3
41+
- uses: actions/checkout@v4
42+
- uses: actions/setup-node@v4
4643
with:
4744
node-version: 18
4845

0 commit comments

Comments
 (0)