Skip to content

Commit

Permalink
use run id for build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 30, 2023
1 parent 982326c commit f1f636c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-java-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
uses: actions/cache@v3
with:
path: ~/.m2/build-cache
key: ${{ runner.os }}-buildcache-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-buildcache-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-buildcache-
Expand Down

0 comments on commit f1f636c

Please sign in to comment.