We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f21ab8 + 62fee78 commit ea05a10Copy full SHA for ea05a10
.github/workflows/ci-build.yml
@@ -22,7 +22,7 @@ jobs:
22
java-version: ${{ matrix.java_version }}
23
24
- name: Cache local Maven repository
25
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
26
with:
27
path: ~/.m2/repository
28
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments