We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd52eb4 commit 168beb3Copy full SHA for 168beb3
.github/workflows/package.yml
@@ -29,7 +29,7 @@ jobs:
29
maven-version: 3.8.2
30
31
- name: Cache Maven packages
32
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
+ uses: actions/cache@v4
33
with:
34
path: ~/.m2
35
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments