Skip to content

Commit d2d4625

Browse files
Update actions/checkout action to v7 (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb12467 commit d2d4625

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

0 commit comments

Comments
 (0)