Skip to content

Commit

Permalink
build(deps-dev): update actions/cache digest to 1bd1e32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 45a6520 commit 3419617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Generate info for Angular cache key
run: echo "week-of-year=$(date --utc '+%V')" >> "$GITHUB_ENV"
- name: Cache Angular build
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
env:
cache-name: angular-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# https://docs.cypress.io/guides/continuous-integration/introduction#Caching
echo "CYPRESS_CACHE_FOLDER=$HOME/.cache/Cypress" >> "$GITHUB_ENV"
- name: Cypress cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
env:
CACHE_NAME: cypress
with:
Expand Down

0 comments on commit 3419617

Please sign in to comment.