Skip to content

Commit f77da66

Browse files
authored
Merge pull request #104 from sbt/dependabot/github_actions/actions/cache-6.1.0
Bump actions/cache from 5.0.5 to 6.1.0
2 parents e832248 + 2fb2396 commit f77da66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ runs:
5656
- name: Cache sbt distribution
5757
id: cache-dir
5858
if: steps.cache-tool-dir.outputs.cache-hit != 'true'
59-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
59+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6060
with:
6161
path: ${{ steps.cache-paths.outputs.sbt_toolpath }}
6262
key: ${{ steps.cache-paths.outputs.sbt_cachekey }}
6363
- name: sbt 2.x disk cache
6464
id: disk-cache
6565
if: inputs.disk-cache == 'true'
66-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
66+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6767
with:
6868
path: ${{ steps.cache-paths.outputs.sbt_diskcache }}
6969
key: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}-${{ steps.cache-paths.outputs.sbt_monday }}-${{ hashFiles('**/*.sbt', '**/*.properties') }}

0 commit comments

Comments
 (0)