Skip to content

Commit 80deb52

Browse files
dependabot[bot]j5ik2o
authored andcommitted
Update coursier/cache-action requirement to v6
Updates the requirements on [coursier/cache-action](https://github.com/coursier/cache-action) to permit the latest version. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/commits/730a6a454f386fff4be026f3e304ee7fe68912ac) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d459c1 commit 80deb52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: olafurpg/setup-scala@v10
3434
with:
3535
java-version: "adopt@1.8"
36-
- uses: coursier/cache-action@v5
36+
- uses: coursier/cache-action@v6
3737
- run: sbt -v lint
3838
- name: clean up
3939
run: "${GITHUB_WORKSPACE}/.github/clean-up.sh"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: olafurpg/setup-scala@v10
2525
with:
2626
java-version: ${{ matrix.jdk }}
27-
- uses: coursier/cache-action@v5
27+
- uses: coursier/cache-action@v6
2828
- run: sbt -v ++${{ matrix.scala }} test
2929
- name: clean up
3030
run: "${GITHUB_WORKSPACE}/.github/clean-up.sh"

0 commit comments

Comments
 (0)