Skip to content

Commit 17438d5

Browse files
chore(deps): update actions/checkout action to v5
1 parent 36199b0 commit 17438d5

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3535
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
3636
with:
3737
cache: 'npm'

0 commit comments

Comments
 (0)