Skip to content

Commit 2c3b1b7

Browse files
chore(deps): update actions/checkout action to v4
1 parent 9d6932c commit 2c3b1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
check-and-build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Use Node.js latest
1111
uses: actions/setup-node@v2-beta
1212
with:
@@ -33,7 +33,7 @@ jobs:
3333
os: [ubuntu-latest, windows-latest, macOS-latest]
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v4
3737
- name: Use Node.js ${{ matrix.node-version }}
3838
uses: actions/setup-node@v2-beta
3939
with:

0 commit comments

Comments
 (0)