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 6d940d6 commit a8fceb4Copy full SHA for a8fceb4
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
distribution: temurin
27
java-version: ${{matrix.java-version}}
28
- name: Coursier cache
29
- uses: coursier/cache-action@v6
+ uses: coursier/cache-action@v7
30
- uses: sbt/setup-sbt@v1
31
- name: Build and test
32
shell: bash
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
fetch-depth: 0
15
# setup build environment
16
- - uses: coursier/cache-action@v6
+ - uses: coursier/cache-action@v7
17
- uses: actions/setup-java@v5
18
19
0 commit comments