Skip to content

Commit b227913

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#110)
1 parent 344bf97 commit b227913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- 20.x
1616

1717
steps:
18-
- uses: actions/[email protected].0
18+
- uses: actions/[email protected].2
1919
- name: Setup Node.js
2020
uses: actions/[email protected]
2121
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/[email protected].0
14+
uses: actions/[email protected].2
1515
- name: Setup Node.js
1616
uses: actions/[email protected]
1717
with:

0 commit comments

Comments
 (0)