Skip to content

Commit a317075

Browse files
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 2ec369c commit a317075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: ${{ matrix.java }}
2222
- uses: sbt/setup-sbt@v1
2323
- name: Coursier cache
24-
uses: coursier/cache-action@v6
24+
uses: coursier/cache-action@v7
2525
- name: Build and test
2626
run: sbt scalafmtSbtCheck scalafmtCheckAll +test
2727
- run: rm -rf "$HOME/.ivy2/local" || true

0 commit comments

Comments
 (0)