Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#873)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 04adea3 commit c260433
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 @@ -67,7 +67,7 @@ jobs:
POSTGRES_DB: postgres
POSTGRES_SSLMODE: disable
- name: Cache Gradle packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
distribution: "zulu"
java-version: ${{ matrix.java-version }}
- name: Cache Gradle packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -125,7 +125,7 @@ jobs:
distribution: "zulu"
java-version: ${{ matrix.java-version }}
- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Mount bazel cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "/home/runner/.cache/bazel"
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}
Expand Down

0 comments on commit c260433

Please sign in to comment.