Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent a170e24 commit 853c57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
private_key: ${{ secrets.ATEDEG_BOT_PRIVATE_KEY }}

- name: Checkout current branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ steps.atedeg-bot.outputs.token }}
fetch-depth: 0
Expand Down

0 comments on commit 853c57d

Please sign in to comment.