Skip to content

Commit b6bdbec

Browse files
authored
Merge pull request #22 from not-coded/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents cc1ef56 + fa697dc commit b6bdbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: validate gradle wrapper
2828
uses: gradle/wrapper-validation-action@v3
2929
- name: setup jdk ${{ matrix.java }}

0 commit comments

Comments
 (0)