Skip to content

Commit 226e10a

Browse files
chore(deps): update actions/checkout action to v4
1 parent 64c524c commit 226e10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [8.x, 10.x, 12.x]
1616

1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v1
2121
with:

0 commit comments

Comments
 (0)