Skip to content

Commit

Permalink
Update actions/cache action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent c8c6c1f commit f311e92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Restore native library cache
id: cache-native
uses: actions/cache@v3.0.5
uses: actions/cache@v3.3.0
with:
path: |
scripts/build
Expand All @@ -66,7 +66,7 @@ jobs:

- name: Restore Gradle cache
id: cache-gradle
uses: actions/cache@v3.0.5
uses: actions/cache@v3.3.0
with:
path: |
~/.gradle/caches
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Restore Gradle cache
id: cache-gradle
uses: actions/cache@v3.0.5
uses: actions/cache@v3.3.0
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Restore native cache
if: ${{ matrix.repository.enabled == true }}
id: cache-native
uses: actions/cache@v3.0.5
uses: actions/cache@v3.3.0
with:
path: |
scripts/build
Expand All @@ -142,7 +142,7 @@ jobs:
- name: Restore Gradle cache
if: ${{ matrix.repository.enabled == true }}
id: cache-gradle
uses: actions/cache@v3.0.5
uses: actions/cache@v3.3.0
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: actions/checkout@v3.0.2

- name: Restore Gradle cache
uses: actions/cache@v3.0.5
uses: actions/cache@v3.3.0
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit f311e92

Please sign in to comment.