Skip to content

Commit

Permalink
deps: actions/checkout action to v4 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 0361bfb commit 222f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
# 2. pnpm/action-setup (so the cache is available to actions/setup-node)
# 3. actions/setup-node

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ inputs.token }}
Expand Down

0 comments on commit 222f2a7

Please sign in to comment.