Skip to content

Commit 81b2e48

Browse files
chore(deps): update actions/checkout action to v6 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74c6394 commit 81b2e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
node-version: [12.x, 14.x]
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- name: Use Node.js ${{ matrix.node-version }}
5353
uses: actions/setup-node@v6
5454
with:

0 commit comments

Comments
 (0)