diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0a677eb..10d3562 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@v5 with: key: cache/${{github.repository}}/${{github.ref}} restore-keys: cache/${{github.repository}}/refs/heads/master