Skip to content

Commit 72c3c76

Browse files
chore(deps): update actions/checkout action to v4
1 parent 7032e56 commit 72c3c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
node_version: [14, 16, 18]
1515
steps:
16-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
1919
with:

0 commit comments

Comments
 (0)