From 917098dd87be189c6272981daa7c5203ac9b0bdf Mon Sep 17 00:00:00 2001 From: me Date: Tue, 5 May 2026 20:09:11 +0530 Subject: [PATCH] build: upgrade actions/cache to v4 in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}