Merge pull request #7478 from sbt/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
eugene yokota 2024-01-21 23:55:06 -05:00 committed by GitHub
commit f08032af26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ jobs:
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Cache sbt
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.sbt
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}