Skip to content

Commit 8223064

Browse files
chore(deps): update actions/checkout action to v6
1 parent 3cb04e8 commit 8223064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Required for notarization on Mac
3232
AC_TEAM_ID: ${{ secrets.AC_TEAM_ID || 'W7AR3WMP87' }}
3333
steps:
34-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
34+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3535
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
3636
with:
3737
cache: 'npm'

0 commit comments

Comments
 (0)