From 00d676a07ce20b2ed8aa600e184e8678180aea7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:33:26 +0000 Subject: [PATCH] (maint) Update actions/cache action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ed5754..5a227ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: 7.0.x - name: Cache Tools - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}