Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 8d51586 commit 5bcd511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY_X }}
steps:
- name: Check out code base
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ needs.continue.outputs.tier }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY_K }}
steps:
- name: Check out code base
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ needs.continue.outputs.tier }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY_T }}
steps:
- name: Check out code base
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ needs.continue.outputs.tier }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
steps:
- name: Check out code base
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 5bcd511

Please sign in to comment.