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 7e1bd59 commit dee51e6Copy full SHA for dee51e6
.github/workflows/ci-build.yml
@@ -19,7 +19,7 @@ jobs:
19
repository: ${{ github.event.pull_request.head.repo.full_name }}
20
21
- name: Restore dependency cache
22
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
23
with:
24
path: ~/.m2/repository
25
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments