Skip to content

Commit

Permalink
Merge pull request #268 from cquiroz/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4.0.2

Bump actions/cache from 3.3.2 to 4.0.2
  • Loading branch information
cquiroz authored Nov 6, 2024
2 parents 8686c01 + e5aaa0d commit e9e0ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
with:
java-version: 1.8
- name: Cache Coursier
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ~/.cache/coursier
key: sbt-coursier-cache
- name: Cache SBT
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ~/.sbt
key: sbt-${{ hashFiles('**/build.sbt') }}
Expand Down

0 comments on commit e9e0ddd

Please sign in to comment.