Skip to content

Commit

Permalink
updated checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv committed Jul 17, 2024
1 parent feac89e commit f8173d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_fleek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.ref == 'refs/heads/master'
environment: MAINNET
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
subgraph_name: "staging"
environment: ${{ matrix.environment }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit f8173d0

Please sign in to comment.