Skip to content

Commit

Permalink
Update actions/cache action to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 5ed58f5 commit 481a90a
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@v4.0.2
uses: actions/cache@v4.1.2
with:
path: ~/.gradle/wrapper/dists
key: gradle-wrapper-${{ hashFiles('gradle/wrapper/*') }}

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

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

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

0 comments on commit 481a90a

Please sign in to comment.