We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 379d9f7 + 93df07d commit 47e0333Copy full SHA for 47e0333
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: checkout
28
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
29
30
- name: set up jdk
31
uses: actions/setup-java@v5
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
with:
100
fetch-depth: 0
101
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
0 commit comments