Skip to content

Commit 59ecb2b

Browse files
authored
Merge pull request #420 from gradle/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 115bf3d + ad65a13 commit 59ecb2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Set up JDK 21
1313
uses: actions/setup-java@v4
1414
with:
@@ -34,7 +34,7 @@ jobs:
3434
needs: verification
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
- name: Set up JDK 21
3939
uses: actions/setup-java@v4
4040
with:

.github/workflows/submit-github-dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
generate-and-submit:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-java@v4
1616
with:
1717
distribution: temurin

.github/workflows/wrapper-upgrade-execution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git_commit_gpgsign: true
2424
git_config_global: true
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Set up JDK 21
2828
uses: actions/setup-java@v4
2929
with:

0 commit comments

Comments
 (0)