We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f61ea99 + 7575020 commit 91afd43Copy full SHA for 91afd43
2 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 17
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
0 commit comments