There was an error while loading. Please reload this page.
1 parent 62426c2 commit 8992762Copy full SHA for 8992762
1 file changed
action.yml
@@ -59,7 +59,7 @@ runs:
59
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
60
with:
61
path: ${{ steps.cache-paths.outputs.sbt_diskcache }}
62
- key: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}
+ key: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}-${{ hashFiles('**/*.scala', '**/*.sbt', '**/*.properties') }}
63
- name: "Download and Install sbt"
64
shell: bash
65
env:
0 commit comments