From 7771dd314ae9eee777642c512039a8db8f86a9b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:39:34 +0000 Subject: [PATCH] chore(deps): update 3d-parties --- .github/actions/deploy-website/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-website/action.yml b/.github/actions/deploy-website/action.yml index 7093961d..02eeebee 100644 --- a/.github/actions/deploy-website/action.yml +++ b/.github/actions/deploy-website/action.yml @@ -67,7 +67,7 @@ runs: - name: Cache Firebase CLI id: cache-firebase - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm-firebase key: firebase-tools-${{ steps.firebase-version.outputs.version }}