Skip to content

Commit

Permalink
ci: use coursier/cache-action instead of actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Feb 10, 2024
1 parent 3a4fc84 commit 3cfb94c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v4
env:
cache-name: cache-sbt-libs
with:
path: |
~/.ivy2/cache
~/.sbt
~/.cache/coursier/v1
key: build-${{ env.cache-name }}-${{ hashFiles('build.sbt') }}-${{ hashFiles('project/Dependencies.scala') }}

- uses: coursier/cache-action@v6
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 3cfb94c

Please sign in to comment.