File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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') }}
You can’t perform that action at this time.
0 commit comments