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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 4adb9ec commit 91076e4
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 scalafmtCheck test:scalafmtCheck +test
- run: rm -rf "$HOME/.ivy2/local" || true

0 comments on commit 91076e4

Please sign in to comment.