We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5eba4 commit a6975f6Copy full SHA for a6975f6
.github/workflows/checkVersions.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# Use a dedicated cache to prevent conflicts with the verification build cache
53
- name: Cache local Maven repository
54
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
55
with:
56
path: ~/.m2/repository
57
key: version-check-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments