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 c37bbf7 commit 0add397Copy full SHA for 0add397
.github/workflows/ci.yml
@@ -55,11 +55,11 @@ jobs:
55
CI_MODE: ${{matrix.mode}}
56
CI_PLATFORM: ${{matrix.platform}}
57
steps:
58
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
59
with:
60
fetch-depth: 0
61
- uses: coursier/cache-action@v6
62
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
63
64
distribution: temurin
65
java-version: ${{matrix.java}}
0 commit comments