We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9de0d6b + f0366ea commit e7b8788Copy full SHA for e7b8788
2 files changed
.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
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
with:
102
fetch-depth: 0
103
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
0 commit comments