Skip to content

Commit b1d8e91

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

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
distribution: temurin
2222
- uses: actions/checkout@v6
2323
- uses: sbt/setup-sbt@v1
24-
- uses: coursier/cache-action@v7
24+
- uses: coursier/cache-action@v8
2525
- run: sbt -v
2626
"set Test / g8 / g8Properties ~= { _ + (\"scala_version\" -> \"${{ matrix.scala }}\")}"
2727
g8Test

0 commit comments

Comments
 (0)