diff --git a/.github/workflows/accessibility.yaml b/.github/workflows/accessibility.yaml index 9a6b4e22bf1..edb4561aec7 100644 --- a/.github/workflows/accessibility.yaml +++ b/.github/workflows/accessibility.yaml @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache Playwright browsers - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: /home/runner/.cache/ms-playwright diff --git a/.github/workflows/functional.yaml b/.github/workflows/functional.yaml index 37bae61c11f..e4b94121b62 100644 --- a/.github/workflows/functional.yaml +++ b/.github/workflows/functional.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache Playwright browsers - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: /home/runner/.cache/ms-playwright diff --git a/.github/workflows/functional_selected_device.yaml b/.github/workflows/functional_selected_device.yaml index 4676a785fe8..5cdeb4170e6 100644 --- a/.github/workflows/functional_selected_device.yaml +++ b/.github/workflows/functional_selected_device.yaml @@ -208,7 +208,7 @@ jobs: ref: ${{ inputs.github_ref || github.head_ref }} - name: Cache Playwright browsers - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: /home/runner/.cache/ms-playwright diff --git a/.github/workflows/performance-e2e.yaml b/.github/workflows/performance-e2e.yaml index a62926791bd..3f744f3a2f8 100644 --- a/.github/workflows/performance-e2e.yaml +++ b/.github/workflows/performance-e2e.yaml @@ -70,7 +70,7 @@ jobs: - name: Cache jmeter id: cache-jmeter - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-jmeter with: diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 773291eb4c1..61774eb24be 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -91,7 +91,7 @@ jobs: aws-region: eu-west-2 - name: Cache base jmeter image id: jmeter-base - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-jmeter with: