Skip to content

Commit 011ea35

Browse files
committed
chore(action): update actions/checkout action to v4
1 parent 2adea9b commit 011ea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- 20.6.1
2525
- 21
2626
steps:
27-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
27+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828
- name: Setup node
2929
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
3030
with:
@@ -35,7 +35,7 @@ jobs:
3535
verify:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
38+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3939
- name: Setup node
4040
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
4141
with:

0 commit comments

Comments
 (0)