Skip to content

Commit 54fbf08

Browse files
chore(deps): update actions/cache digest to 9b0c1fc (open-feature#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Justin Abrahms <[email protected]>
1 parent 5da9182 commit 54fbf08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
server-password: ${{ secrets.OSSRH_PASSWORD }}
3333

3434
- name: Cache local Maven repository
35-
uses: actions/cache@a3f5edc2378b2e43203912210dc88effa160f032
35+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
languages: java
3232

3333
- name: Cache local Maven repository
34-
uses: actions/cache@a3f5edc2378b2e43203912210dc88effa160f032
34+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)