From fa022c31f537a5228eeb8c201c1ab7ef8cf694f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:08:42 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .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 eff0f768..47b02942 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - run: yarn install --immutable - run: yarn build - name: Load RDF test suite cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .rdf-test-suite-cache