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 d08fc37 commit 83f0555Copy full SHA for 83f0555
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: checkout the repo
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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@v4
+ - uses: actions/checkout@v5
12
13
14
- uses: actions/setup-java@v4
0 commit comments