diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0a677ebb..b60d1538 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -41,7 +41,7 @@ jobs: - name: Set up cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: key: cache/${{github.repository}}/${{github.ref}} restore-keys: cache/${{github.repository}}/refs/heads/master