build: upgrade actions/cache to v4 in CI workflow
CI / Generate Certificates (pull_request) Successful in 27s
CI / Frontend CI (pull_request) Successful in 1m7s
CI / Backend CI (pull_request) Successful in 1m9s
CI / E2E Tests (pull_request) Has been cancelled

This commit is contained in:
me
2026-05-05 20:09:11 +05:30
parent 133e79c0b3
commit 917098dd87
+1 -1
View File
@@ -133,7 +133,7 @@ jobs:
# Disable cache when not using GitHub Actions because the runner spends ~3mins trying to upload the cache and failing # 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 # TODO: setup cache server in Gitea
if: github.server_url == 'https://github.com' if: github.server_url == 'https://github.com'
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/ms-playwright path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ hashFiles('frontend/bun.lock') }} key: ${{ runner.os }}-playwright-${{ hashFiles('frontend/bun.lock') }}