Skip to content

Commit c56cb3f

Browse files
chore(deps): update actions/checkout action to v4
1 parent 652fe92 commit c56cb3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: [14.x, 16.x]
1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/setup-node@v2
1717
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js

0 commit comments

Comments
 (0)