Skip to content

Commit 21e73ab

Browse files
Update actions/checkout action to v4.2.2
1 parent 5dc0f9a commit 21e73ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [18.x, 20.x]
1818

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

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
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/[email protected].1
11+
- uses: actions/[email protected].2
1212
- uses: actions/[email protected]
1313
with:
1414
node-version: 20
@@ -19,7 +19,7 @@ jobs:
1919
needs: build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/[email protected].1
22+
- uses: actions/[email protected].2
2323
- uses: actions/[email protected]
2424
with:
2525
node-version: 20

0 commit comments

Comments
 (0)