diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 3d242227..4ea3defe 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -21,7 +21,7 @@ jobs: - name: Setup uses: ./.github/actions/setup - name: Cache Angular build - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: .angular/cache key: angular-cache diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 78337fcc..568c8904 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -74,7 +74,7 @@ jobs: - name: Generate cache id for Mkdocs build run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV" - name: Cache Mkdocs build - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: key: mkdocs-material-${{ env.cache_id }} path: ${{ env.DOCS_DIR }}/.cache diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index 08858c02..a01f698d 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -58,7 +58,7 @@ jobs: - name: Configure Cypress cache directory run: echo "CYPRESS_CACHE_FOLDER=$HOME/.cache/Cypress" >> "$GITHUB_ENV" - name: Cypress cache - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 env: cache-name: ngx-meta-e2e-cypress e2e_lockfile_hash: ${{ hashFiles(format('{0}/pnpm-lock.yaml', env.E2E_DIR)) }} diff --git a/.github/workflows/reusable-example-apps.yml b/.github/workflows/reusable-example-apps.yml index d4c50e57..90477067 100644 --- a/.github/workflows/reusable-example-apps.yml +++ b/.github/workflows/reusable-example-apps.yml @@ -90,7 +90,7 @@ jobs: echo "week_of_year=${week_of_year}" } >> "$GITHUB_ENV" - name: Cache dependencies and Angular CLI/app resolution - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 env: cache-name: ngx-meta-example-apps example_apps_lockfile_hash: ${{ hashFiles(format('{0}/pnpm-lock.yaml', env.EXAMPLE_APPS_DIR)) }}