Skip to content

Commit 07ca5c9

Browse files
authored
Merge pull request #315 from gradle/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 81bcf2c + 9cfcd23 commit 07ca5c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
gradle-version: [ '7.6.2', '8.0.2', '8.1.1', '8.2', '8.3' ]
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Setup git user
1616
# Needed for functional tests executing git commands
1717
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
generate-and-submit:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-java@v4
1717
with:
1818
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)