Skip to content

Commit 6ce7e41

Browse files
chore(deps): update actions/checkout action to v6
1 parent 559d918 commit 6ce7e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: [16.x]
2020

2121
steps:
22-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v5
2525
with:

0 commit comments

Comments
 (0)