Skip to content

Commit 114b5e8

Browse files
Bump actions/checkout from 4 to 5 (#221)
1 parent b6f7280 commit 114b5e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 21
1818
distribution: 'temurin'
1919

20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- uses: gradle/wrapper-validation-action@v3
2323

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- uses: gradle/wrapper-validation-action@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
java-version: 17
1313
distribution: 'temurin'
1414

15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
# Given we are doing a release, lets make sure we have a safe gradle install
1818
- uses: gradle/wrapper-validation-action@v3

0 commit comments

Comments
 (0)