From 72c872b02afef80d9921ad52a9ea839e36ed1b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:32:36 +0000 Subject: [PATCH 1/2] Bump actions/labeler from 6 to 7 Bumps [actions/labeler](https://github.com/actions/labeler) from 6 to 7. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-workflow-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-workflow-example.yml b/.github/workflows/reusable-workflow-example.yml index 9c3f58d..41b7896 100644 --- a/.github/workflows/reusable-workflow-example.yml +++ b/.github/workflows/reusable-workflow-example.yml @@ -29,7 +29,7 @@ jobs: output2: ${{ steps.step2.outputs.secondword }} steps: - name: 🏃 Run actions/labeler - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: ${{ secrets.token }} configuration-path: ${{ inputs.config-path }} From 03b5a4f94c5791a1e5d84f9065cbc2b397d92ea8 Mon Sep 17 00:00:00 2001 From: MareMare Date: Wed, 22 Jul 2026 11:34:40 +0900 Subject: [PATCH 2/2] Update reusable-workflow-example.yml --- .github/workflows/reusable-workflow-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-workflow-example.yml b/.github/workflows/reusable-workflow-example.yml index 41b7896..9e19250 100644 --- a/.github/workflows/reusable-workflow-example.yml +++ b/.github/workflows/reusable-workflow-example.yml @@ -29,7 +29,7 @@ jobs: output2: ${{ steps.step2.outputs.secondword }} steps: - name: 🏃 Run actions/labeler - uses: actions/labeler@v7 + uses: actions/labeler@v7.0.0 with: repo-token: ${{ secrets.token }} configuration-path: ${{ inputs.config-path }}