Skip to content

Commit

Permalink
chore (deps) : bump actions/cache to `69d9d449aced6a2ede0bc19182fadc3…
Browse files Browse the repository at this point in the history
…a0a42d2b0` revision (#243)

Upgrade actions/cache to latest revision that contains fix related to
zstd

Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia committed Feb 21, 2023
1 parent 2b06b15 commit 3f81973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Cache configuration
uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/.m2/repository
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Cache configuration
uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/.m2/repository
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Cache configuration
uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/.m2/repository
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Cache configuration
uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: |
~/.m2/repository
Expand Down

0 comments on commit 3f81973

Please sign in to comment.