Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Bump actions/cache from 3.3.1 to 3.3.2 (#26)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 2133fb5 commit 063d916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'adopt'

- name: Cache Gradle Dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: |
~/.gradle/caches
Expand All @@ -33,7 +33,7 @@ jobs:
restore-keys: gradle-deps

- name: Cache Gradle Build
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: |
~/.gradle/caches/build-cache-*
Expand Down

0 comments on commit 063d916

Please sign in to comment.