Skip to content

Commit 1f29c90

Browse files
authored
Merge pull request sbt#6977 from sbt/dependabot/github_actions/actions/cache-3.0.5
Bump actions/cache from 3.0.4 to 3.0.5
2 parents 992dfd5 + 683f2e9 commit 1f29c90

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].4
94+
uses: actions/[email protected].5
9595
with:
9696
path: ~/.sbt
9797
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

0 commit comments

Comments
 (0)