Skip to content

Commit

Permalink
Merge pull request #21 from infonl/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4.2.0
  • Loading branch information
niorg authored Dec 9, 2024
2 parents 4f2cd62 + f2785e1 commit 6dbcbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
build/test-results/**/*.xml
- name: Cache Gradle build
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
build
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
uses: gradle/actions/wrapper-validation@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4.0.1

- name: Restore Gradle build
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: build
key: build-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_number }}
Expand Down

0 comments on commit 6dbcbcd

Please sign in to comment.