Skip to content

Commit f95fb70

Browse files
authored
Merge pull request #187 from ISISComputingGroup/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5421077 + ca34d8d commit f95fb70

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@v4
35+
uses: actions/checkout@v5
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@v4
15+
- uses: actions/checkout@v5
1616
- uses: github/codeql-action/init@v3
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@v4
31+
- uses: actions/checkout@v5
3232
- name: Use Node.js ${{ matrix.node-version }}
3333
uses: actions/setup-node@v5
3434
with:

0 commit comments

Comments
 (0)