Skip to content

Commit fdcfc89

Browse files
Update actions/cache digest to 5a3ec84
1 parent 87ce7dd commit fdcfc89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030

3131
- name: Cache Maven repository
32-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
32+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3333
with:
3434
path: ~/.m2/repository
3535
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

1717
- name: Cache Maven repository
18-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
18+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
1919
with:
2020
path: ~/.m2/repository
2121
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)