From 7367c6929ff1e8df6d115d0085018c46dd0e89b0 Mon Sep 17 00:00:00 2001 From: "ixxel-bot[bot]" <200609713+ixxel-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:49:00 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-release)!:=20Update=20release=20actio?= =?UTF-8?q?ns/cache=20(v5.0.5=20=E2=86=92=20v6.0.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.0.5 | v6.0.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 ff331e319..f6404132a 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: ~/.cache/pre-commit key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}