Merging pr 1354 into 3.0.x (#1367)

This commit is contained in:
Ryan Baxter
2023-06-15 21:32:36 -04:00
committed by GitHub
parent 25d1f7c6bb
commit 2aaf20c36a
31 changed files with 1029 additions and 34 deletions

View File

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