Skip to content

Commit 419f1e7

Browse files
pschichbotpschichtel
authored andcommitted
Update actions/checkout action to v6
1 parent 84542a5 commit 419f1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
environment: ${{ (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/javacan-') ) && 'sonatype-central' || null }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
submodules: recursive
1818
- name: Set up JDK

0 commit comments

Comments
 (0)