From e826136c527367fef0be2991243a6335d54b39f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:59:38 +0000 Subject: [PATCH] Update actions/cache action to v5.0.3 --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d05583f4f..97f4be8a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: cache-dependency-path: yarn.lock - name: Restore the deps and _build cache - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 id: restore-cache env: MIX_LOCK_HASH: ${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} @@ -75,7 +75,7 @@ jobs: run: mix compile --warnings-as-errors --force - name: Cache node modules - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 id: yarn-cache with: path: node_modules @@ -184,7 +184,7 @@ jobs: cache-dependency-path: demo/yarn.lock - name: Restore the deps and _build cache - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 id: restore-cache env: OTP_VERSION: ${{ steps.beam.outputs.otp-version }} @@ -212,7 +212,7 @@ jobs: run: mix compile --warnings-as-errors --force - name: Cache node modules - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 id: yarn-cache with: path: demo/node_modules @@ -226,7 +226,7 @@ jobs: run: yarn install --pure-lockfile - name: Cache Backpex node modules - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 id: yarn-cache-backpex with: path: node_modules @@ -289,7 +289,7 @@ jobs: run: yarn test - name: Cache Playwright browsers - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 id: playwright-cache with: path: ~/.cache/ms-playwright