Skip to content

Commit

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

Bump actions/cache from 3.2.6 to 3.3.1
  • Loading branch information
cquiroz authored Oct 12, 2023
2 parents ef33dae + 5de23a9 commit fe7e982
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.2.6
uses: actions/cache@v3.3.1
with:
path: ~/.cache/coursier
key: sbt-coursier-cache
- name: Cache SBT
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.1
with:
path: ~/.sbt
key: sbt-${{ hashFiles('**/build.sbt') }}
Expand Down

0 comments on commit fe7e982

Please sign in to comment.