Skip to content

Commit f6426b3

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

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
1919
with:

0 commit comments

Comments
 (0)