Skip to content

Commit 2add53a

Browse files
Merge pull request #227 from ISISComputingGroup/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4db6712 + 268b370 commit 2add53a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
- name: Detect package manager
3737
id: detect-package-manager
3838
run: |

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
security-events: write
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: github/codeql-action/init@v4
1717
with:
1818
languages: typescript
@@ -28,7 +28,7 @@ jobs:
2828
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: Use Node.js ${{ matrix.node-version }}
3333
uses: actions/setup-node@v6
3434
with:

0 commit comments

Comments
 (0)