From 5114b0b0faf8775ed65cd2d5ab9623454e80dc36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 05:00:53 +0000 Subject: [PATCH] chore: bump the github-actions-all group with 2 updates Bumps the github-actions-all group with 2 updates: [actions/labeler](https://github.com/actions/labeler) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `actions/labeler` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/634933edcd8ababfe52f92936142cc22ac488b1b...f27b608878404679385c85cfa523b85ccb86e213) Updates `taiki-e/install-action` from 2.75.30 to 2.77.5 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/db5fb34fa772531a3ece57ca434f579eb334e0fb...fa0dd4cd0a40696e6f9766370614a5ce482e6aa8) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: taiki-e/install-action dependency-version: 2.77.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/label-pr.yml | 2 +- .github/workflows/license-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index 93da9d29..cf29cba2 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -16,7 +16,7 @@ jobs: steps: # Scope labels based on changed files - name: Path-based labels - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: sync-labels: true diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml index f82962c9..6d3d8a47 100644 --- a/.github/workflows/license-check.yml +++ b/.github/workflows/license-check.yml @@ -37,7 +37,7 @@ jobs: toolchain: stable - name: Install cargo-deny - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 + uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2 with: tool: cargo-deny