diff --git a/.github/actions/setup-playwright/action.yml b/.github/actions/setup-playwright/action.yml index e9c0244..63b8a7e 100644 --- a/.github/actions/setup-playwright/action.yml +++ b/.github/actions/setup-playwright/action.yml @@ -55,7 +55,7 @@ runs: - name: Cache Playwright browsers id: cache-playwright - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.playwright-cache-path.outputs.path }} key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.version }}-${{ inputs.browsers }}