Skip to content

Commit

Permalink
Bump coursier/cache-action from 5 to 6
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent dfa7205 commit e013df4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v5
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
java-version: "11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
java-version: "11"
distribution: "adopt"
- uses: coursier/cache-action@v5
- uses: coursier/cache-action@v6
- name: Build
run: sbt manual/makeSite
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: "8"
distribution: "adopt"
- uses: olafurpg/setup-gpg@v3
- uses: coursier/cache-action@v5
- uses: coursier/cache-action@v6
- name: Publish
run: sbt clean ci-release
env:
Expand Down

0 comments on commit e013df4

Please sign in to comment.