diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index a73f91d94e1..853bdc975c6 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -328,7 +328,7 @@ jobs: CHROMEDRIVER_SKIP_DOWNLOAD: "true" - name: Cache Playwright Chromium - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.cache/ms-playwright key: playwright-chromium-${{ hashFiles('.drone.env') }}