Skip to content

Commit 1322517

Browse files
Update actions/checkout action to v5 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48c9dd8 commit 1322517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: "ubuntu-latest"
66
steps:
77
- name: "Checkout Repository"
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5
99
- name: "Validate Gradle Wrapper"
1010
uses: gradle/actions/wrapper-validation@v4
1111
- name: "Setup Java"

0 commit comments

Comments
 (0)