Skip to content

Commit b0da6ea

Browse files
Update actions/checkout action to v4
1 parent 9a2c0ee commit b0da6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-javascript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: set git core.autocrlf to 'input'
3434
run: git config --global core.autocrlf input
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
3737
uses: actions/setup-node@v3
3838
with:

0 commit comments

Comments
 (0)