Skip to content

Commit 4c660f2

Browse files
Update actions/checkout action to v6 (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e79ee0 commit 4c660f2

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@v5
8+
uses: actions/checkout@v6
99
- name: "Validate Gradle Wrapper"
1010
uses: gradle/actions/wrapper-validation@v5
1111
- name: "Setup Java"

0 commit comments

Comments
 (0)