Skip to content

Commit 83e3de9

Browse files
authored
Merge branch 'main' into upgrade-flipt-provider
2 parents 3b957aa + 7874c5c commit 83e3de9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache: maven
4646

4747
- name: Cache local Maven repository
48-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
48+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
4949
with:
5050
path: ~/.m2/repository
5151
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Diff for: .github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Cache local Maven repository
3434
if: ${{ steps.release.outputs.releases_created }}
35-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
35+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)