Skip to content

Commit ec1bd93

Browse files
authored
Merge pull request #894 from gradle/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 66f3318 + 84c4e9d commit ec1bd93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Set up JDK 21
1919
uses: actions/setup-java@v5
2020
with:

.github/workflows/cross-platform-testing-build-from-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Set up JDK 21
2020
uses: actions/setup-java@v5
2121
with:

.github/workflows/development-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Set up JDK 21
2222
uses: actions/setup-java@v5
2323
with:

.github/workflows/production-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Set up JDK 21
2222
uses: actions/setup-java@v5
2323
with:

0 commit comments

Comments
 (0)