Skip to content

Commit e1845a3

Browse files
authored
Merge pull request #3 from Noctua-Technology/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 7685927 + 2988b58 commit e1845a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: [21.x, 22.x, 23.x, 24.x]
2020

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

0 commit comments

Comments
 (0)