diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3d43db..1b8f6ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: # Disable cache when not using GitHub Actions because the runner spends ~3mins trying to upload the cache and failing # TODO: setup cache server in Gitea if: github.server_url == 'https://github.com' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('frontend/bun.lock') }}