Skip to content

Commit

Permalink
Update actions/cache action to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 072d019 commit a47b04d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:

- name: Cache Gradle
id: cache-gradle
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: ~/.gradle/wrapper/dists
key: gradle-wrapper-${{ hashFiles('gradle/wrapper/*') }}

- name: Cache packages
id: cache-packages
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: ~/.gradle/caches
key: gradle-packages-${{ runner.os }}-${{ hashFiles('**/*.gradle.kts', 'gradle/wrapper/*') }}
Expand Down Expand Up @@ -112,14 +112,14 @@ jobs:

- name: Cache Gradle
id: cache-gradle
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: ~/.gradle/wrapper/dists
key: gradle-wrapper-${{ hashFiles('gradle/wrapper/*') }}

- name: Cache packages
id: cache-packages
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: ~/.gradle/caches
key: gradle-packages-${{ runner.os }}-${{ hashFiles('**/*.gradle.kts', 'gradle/wrapper/*') }}
Expand Down

0 comments on commit a47b04d

Please sign in to comment.