Skip to content

Commit 5643b5d

Browse files
chore(deps): update actions/checkout action to v4
1 parent ff2e736 commit 5643b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: ${{ steps.semver.outputs.SCRATCH_VERSION }}
2626
hash: ${{ steps.semver.outputs.SCRATCH_HASH }}
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- uses: actions/setup-node@v3
3030
with:
3131
cache: 'npm'
@@ -82,7 +82,7 @@ jobs:
8282
# uses: lhotari/action-upterm@v1
8383
# with:
8484
# limit-access-to-users: cwillisf
85-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8686
- uses: actions/download-artifact@v3
8787
with:
8888
name: semantic-release-remote

0 commit comments

Comments
 (0)