We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03b6c15 + 0de0b6e commit d66c2b2Copy full SHA for d66c2b2
3 files changed
.github/workflows/gradle.yml
@@ -21,7 +21,7 @@ jobs:
21
contents: read
22
23
steps:
24
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
25
- name: Set up JDK 25
26
uses: actions/setup-java@v5
27
with:
@@ -54,7 +54,7 @@ jobs:
54
contents: write
55
56
57
58
59
60
.github/workflows/javadoc.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Checkout repo
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
18
- name: Set up JDK
19
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout code
0 commit comments