Skip to content

Commit

Permalink
Bump coursier/cache-action from 6.3.1 to 6.4.4
Browse files Browse the repository at this point in the history
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.3.1 to 6.4.4.
- [Release notes](https://github.com/coursier/cache-action/releases)
- [Commits](coursier/cache-action@v6.3.1...v6.4.4)

---
updated-dependencies:
- dependency-name: coursier/cache-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent bbd1a1d commit 2667a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
java-version: 11
- name: Cache sbt
uses: coursier/cache-action@v6.3.1
uses: coursier/cache-action@v6.4.4
- name: Compile
run: sbt -v compile
- name: Test
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
java-version: 11
- name: Cache sbt
uses: coursier/cache-action@v6.3.1
uses: coursier/cache-action@v6.4.4
- name: Compile
run: sbt compile
- name: Publish artifacts
Expand Down

0 comments on commit 2667a3f

Please sign in to comment.