Skip to content

Commit bcbfce9

Browse files
chore(deps): update actions/checkout action to v4
1 parent 0389d9b commit bcbfce9

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
@@ -19,7 +19,7 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- uses: actions/setup-node@v3
2525
with:
@@ -52,7 +52,7 @@ jobs:
5252
needs: [test]
5353
if: '!contains(github.event.head_commit.message, ''skip-release'') && !contains(github.event.head_commit.message, ''skip-ci'') && github.event_name != ''pull_request'''
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- uses: actions/setup-node@v3
5757
with:
5858
node-version: lts/*

0 commit comments

Comments
 (0)