Skip to content

Commit

Permalink
feat(github-action): update actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dep-bumper-cd[bot] authored and JosBritton committed Dec 19, 2024
1 parent 75ca0fd commit f9ddb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "key=$(echo -n "$datree_sha$schemastore_sha" | md5sum | cut -c 1-7)" >> "$GITHUB_OUTPUT"
- name: Restore cached schemas
id: cache-kubeconform-restore
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
fail-on-cache-miss: false
path: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Cache schemas
id: cache-kubeconform-save
if: steps.cache-kubeconform-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
${{ github.workspace }}/.cache/kubeconform
Expand Down

0 comments on commit f9ddb81

Please sign in to comment.