Skip to content

Commit 8992762

Browse files
committed
fix: Fixes cache key
1 parent 62426c2 commit 8992762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6060
with:
6161
path: ${{ steps.cache-paths.outputs.sbt_diskcache }}
62-
key: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}
62+
key: ${{ steps.cache-paths.outputs.sbt_diskcachekey }}-${{ hashFiles('**/*.scala', '**/*.sbt', '**/*.properties') }}
6363
- name: "Download and Install sbt"
6464
shell: bash
6565
env:

0 commit comments

Comments
 (0)