Skip to content

Commit

Permalink
chore: bump checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Oct 31, 2024
1 parent a209a3c commit 9de1e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: nohup ./deploy-blobscan.sh
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 500
fetch-tags: true
Expand Down Expand Up @@ -61,8 +61,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: nohup ./deploy-blobscan.sh
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 500
fetch-tags: true
Expand Down Expand Up @@ -97,7 +96,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: nohup ./deploy-blobscan.sh
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 500
fetch-tags: true
Expand Down Expand Up @@ -132,7 +131,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: nohup ./deploy-blobscan.sh
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 500
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: nohup ./deploy-blobscan.sh
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 500
fetch-tags: true
Expand Down

0 comments on commit 9de1e9b

Please sign in to comment.