Skip to content

Commit b14b7fd

Browse files
authored
Merge pull request #213 from lcollins/dependabot/github_actions/all-dependencies-a331d3ec2d
Bump actions/checkout from 4 to 5 in the all-dependencies group
2 parents d02fc73 + 359d1b4 commit b14b7fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build: # make sure build/ci work properly
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- run: |
3232
npm install
3333
- run: |
@@ -36,7 +36,7 @@ jobs:
3636
needs: build
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
- uses: ./
4141
with:
4242
path: '**/spotbugsXml.xml'

0 commit comments

Comments
 (0)