From 48e1ee84ec7a2882b58747b6d33d0e161add7c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:29:30 +0000 Subject: [PATCH] chore(deps): bump toaweme/care Bumps [toaweme/care](https://github.com/toaweme/care) from 3745e681924c9f0090ba1a310476011b7c7b5c44 to d1a1a7b51b31cc35f4f077a1c028865c2725821a. - [Release notes](https://github.com/toaweme/care/releases) - [Changelog](https://github.com/toaweme/care/blob/main/CHANGELOG.md) - [Commits](https://github.com/toaweme/care/compare/3745e681924c9f0090ba1a310476011b7c7b5c44...d1a1a7b51b31cc35f4f077a1c028865c2725821a) --- updated-dependencies: - dependency-name: toaweme/care dependency-version: d1a1a7b51b31cc35f4f077a1c028865c2725821a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9172f3b..ae4ae61 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -47,7 +47,7 @@ jobs: with: go-version: stable - - uses: toaweme/care@3745e681924c9f0090ba1a310476011b7c7b5c44 # v0.8.1 + - uses: toaweme/care@d1a1a7b51b31cc35f4f077a1c028865c2725821a # v0.8.1 with: strict: true # fail CI on a failing check publish-url: https://code.toawe.me/ingest?kind=care diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1cb287..9b37bb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: go-version: stable - - uses: toaweme/care@3745e681924c9f0090ba1a310476011b7c7b5c44 # v0.8.1 + - uses: toaweme/care@d1a1a7b51b31cc35f4f077a1c028865c2725821a # v0.8.1 with: strict: true @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 # care needs full history to derive changelog notes - - uses: toaweme/care@3745e681924c9f0090ba1a310476011b7c7b5c44 # v0.8.1 + - uses: toaweme/care@d1a1a7b51b31cc35f4f077a1c028865c2725821a # v0.8.1 with: install-only: true