Skip to content

Commit

Permalink
Bump coursier/cache-action from 5 to 6 (#166)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 6, 2023
1 parent 348ce40 commit aa4382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: adopt
java-version: ${{ matrix.java }}
- name: Coursier cache
uses: coursier/cache-action@v5
uses: coursier/cache-action@v6
- name: Build and test
run: sbt scalafmtSbtCheck scalafmtCheckAll +test
- run: rm -rf "$HOME/.ivy2/local" || true

0 comments on commit aa4382c

Please sign in to comment.