Skip to content

Commit fb5f0a8

Browse files
authored
Merge pull request sbt#6731 from sbt/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
2 parents 10598a3 + ba4d0f3 commit fb5f0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Coursier cache
9292
uses: coursier/cache-action@v6
9393
- name: Cache sbt
94-
uses: actions/[email protected].6
94+
uses: actions/[email protected].7
9595
with:
9696
path: ~/.sbt
9797
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

0 commit comments

Comments
 (0)