Skip to content

Commit a8fceb4

Browse files
dependabot[bot]xuwei-k
authored andcommitted
Bump coursier/cache-action from 6 to 7
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 7. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](coursier/cache-action@v6...v7) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d940d6 commit a8fceb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
distribution: temurin
2727
java-version: ${{matrix.java-version}}
2828
- name: Coursier cache
29-
uses: coursier/cache-action@v6
29+
uses: coursier/cache-action@v7
3030
- uses: sbt/setup-sbt@v1
3131
- name: Build and test
3232
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
# setup build environment
16-
- uses: coursier/cache-action@v6
16+
- uses: coursier/cache-action@v7
1717
- uses: actions/setup-java@v5
1818
with:
1919
distribution: temurin

0 commit comments

Comments
 (0)