This commit is contained in:
erabii
2023-08-15 22:27:55 +03:00
committed by GitHub
parent cea5b8efa3
commit 63592833d6
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ description: cache
runs:
using: "composite"
steps:
- uses: actions/cache@v3
- uses: buildjet/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-cache-${{ env.BRANCH_NAME }}-${{ hashFiles('**/pom.xml') }}