Skip to content

Commit 6a87504

Browse files
Bump coursier/cache-action from 5 to 6
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 5 to 6. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](coursier/cache-action@v5...v6) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 635376a commit 6a87504

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: coursier/cache-action@v5
17+
- uses: coursier/cache-action@v6
1818
- uses: actions/setup-java@v4
1919
with:
2020
java-version: "11"

.github/workflows/ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
java-version: "11"
1919
distribution: "adopt"
20-
- uses: coursier/cache-action@v5
20+
- uses: coursier/cache-action@v6
2121
- name: Build
2222
run: sbt manual/makeSite
2323
- name: Deploy

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java-version: "8"
1717
distribution: "adopt"
1818
- uses: olafurpg/setup-gpg@v3
19-
- uses: coursier/cache-action@v5
19+
- uses: coursier/cache-action@v6
2020
- name: Publish
2121
run: sbt clean ci-release
2222
env:

0 commit comments

Comments
 (0)