From f56374d925f4afe41c0b3803f6e09be61528f174 Mon Sep 17 00:00:00 2001 From: "ixxel-bot[bot]" <200609713+ixxel-bot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:25:41 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-release)!:=20Update=20release=20actio?= =?UTF-8?q?ns/cache=20(v5.1.0=20=E2=86=92=20v6.1.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.1.0 | v6.1.0 | Co-authored-by: renovate[bot] --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 0681af5ad..c8b24c564 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -37,7 +37,7 @@ jobs: python-version: '3.14' - name: Cache pre-commit hooks - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/pre-commit key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}