Skip to content

Commit c403891

Browse files
chore(deps): update actions/checkout action to v6
1 parent 4621b59 commit c403891

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
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v6
2929

3030
- uses: actions/setup-node@v3
3131
with:
@@ -58,7 +58,7 @@ jobs:
5858
needs: [test]
5959
if: "!contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v6
6262
- uses: actions/setup-node@v3
6363
with:
6464
node-version: lts/*

0 commit comments

Comments
 (0)