There was an error while loading. Please reload this page.
1 parent 87ce7dd commit fdcfc89Copy full SHA for fdcfc89
2 files changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
31
- name: Cache Maven repository
32
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
33
with:
34
path: ~/.m2/repository
35
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
17
18
19
20
21
0 commit comments