Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
| datasource  | package          | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/checkout | v2   | v4 |
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent 54d3dce commit 09ccf95
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 @@ -12,11 +12,11 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
env:
COUNT: ${{ github.event.pull_request.commits }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
if: ${{ github.event_name == 'pull_request' }}
with:
fetch-depth: ${{ env.commits_count_incr }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
if: ${{ github.event_name != 'pull_request' }}
- id: nvm
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
Expand Down

0 comments on commit 09ccf95

Please sign in to comment.