Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent ff2e736 commit 5643b5d
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 @@ -25,7 +25,7 @@ jobs:
version: ${{ steps.semver.outputs.SCRATCH_VERSION }}
hash: ${{ steps.semver.outputs.SCRATCH_HASH }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: 'npm'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# uses: lhotari/action-upterm@v1
# with:
# limit-access-to-users: cwillisf
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: semantic-release-remote
Expand Down

0 comments on commit 5643b5d

Please sign in to comment.