Skip to content

Commit 167499f

Browse files
Chore(github): Bump actions/checkout from 5 to 6 (#45)
1 parent 2ba591a commit 167499f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Initialize CodeQL
2626
uses: github/codeql-action/init@v3

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
node-version: ${{ fromJson(needs.lts_versions.outputs.matrix) }}
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Test on Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v5
3232
with:

0 commit comments

Comments
 (0)