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.
1 parent 82c4b91 commit 781d16bCopy full SHA for 781d16b
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: checkout
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
- name: set up jdk
31
uses: actions/setup-java@v4
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
@@ -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