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 631e93d + d285f38 commit 9a48203Copy full SHA for 9a48203
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: checkout the repo
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
with:
24
fetch-depth: 0
25
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
publish:
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
13
14
- uses: actions/setup-java@v5
0 commit comments