Skip to content

Commit 9742e59

Browse files
committed
chore(ci): update actions/checkout to version 4.1.2
1 parent 80cefa0 commit 9742e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os: [ windows-latest, ubuntu-latest, macos-latest ]
3333
node: [ 18, 19, 20, 21 ]
3434
steps:
35-
- uses: actions/checkout@v4.1.1
35+
- uses: actions/checkout@v4.1.2
3636
- uses: actions/setup-node@v4.0.2
3737
name: Set up NodeJS
3838
with:

0 commit comments

Comments
 (0)