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 2ed9480 commit c22412dCopy full SHA for c22412d
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
CI_MODE: ${{matrix.mode}}
58
CI_PLATFORM: ${{matrix.platform}}
59
steps:
60
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
61
with:
62
fetch-depth: 0
63
- uses: coursier/cache-action@v6
.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
6
publish:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v2
10
11
12
- uses: actions/setup-java@v5
0 commit comments