Skip to content

Commit ee4dbb9

Browse files
Update actions/checkout action to v4.2.0
1 parent 6eb84fe commit ee4dbb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [14.x, 16.x, 18.x, 20.x]
1818

1919
steps:
20-
- uses: actions/checkout@v4.1.6
20+
- uses: actions/checkout@v4.2.0
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/[email protected]
2323
with:

.github/workflows/npmpublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4.1.6
11+
- uses: actions/checkout@v4.2.0
1212
- uses: actions/[email protected]
1313
with:
1414
node-version: 16
@@ -19,7 +19,7 @@ jobs:
1919
needs: build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4.1.6
22+
- uses: actions/checkout@v4.2.0
2323
- uses: actions/[email protected]
2424
with:
2525
node-version: 16

0 commit comments

Comments
 (0)