Skip to content

Commit 2b55280

Browse files
authored
Merge pull request #128 from joinfaces/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b031953 + 4c24d4f commit 2b55280

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
name: "Validation"
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: gradle/actions/wrapper-validation@v4

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java: [ 17, 21 ]
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Set up ${{ matrix.java }}
2121
uses: actions/setup-java@v4
2222
with:

0 commit comments

Comments
 (0)