From 8b865f8225de8064082ca25f6dd1e01b6eb74a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:14:05 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions/upsert-issue Bumps [devantler-tech/actions/upsert-issue](https://github.com/devantler-tech/actions) from 9.0.4 to 9.0.7. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72...84813ae61fb21741e0a6193b5c14c6941a448577) --- updated-dependencies: - dependency-name: devantler-tech/actions/upsert-issue dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/report-repos-with-multi-admin-teams.yml | 2 +- .github/workflows/report-repos-with-no-admin-team.yml | 2 +- .github/workflows/report-repos-with-no-team.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index db31f89..10f36ac 100644 --- a/.github/workflows/report-repos-with-multi-admin-teams.yml +++ b/.github/workflows/report-repos-with-multi-admin-teams.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-multi-admin-teams - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.4 + uses: devantler-tech/actions/upsert-issue@84813ae61fb21741e0a6193b5c14c6941a448577 # v9.0.7 with: title: "[report] Repos with Multiple Admin Teams" body-file: ${{ steps.report.outputs.report-path }} diff --git a/.github/workflows/report-repos-with-no-admin-team.yml b/.github/workflows/report-repos-with-no-admin-team.yml index 6b0ffca..ddaa95a 100644 --- a/.github/workflows/report-repos-with-no-admin-team.yml +++ b/.github/workflows/report-repos-with-no-admin-team.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-no-admin-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.4 + uses: devantler-tech/actions/upsert-issue@84813ae61fb21741e0a6193b5c14c6941a448577 # v9.0.7 with: title: "[report] Repos with No Admin Team" body-file: ${{ steps.report.outputs.report-path }} diff --git a/.github/workflows/report-repos-with-no-team.yml b/.github/workflows/report-repos-with-no-team.yml index c9d6c41..ac8e1d8 100644 --- a/.github/workflows/report-repos-with-no-team.yml +++ b/.github/workflows/report-repos-with-no-team.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-no-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.4 + uses: devantler-tech/actions/upsert-issue@84813ae61fb21741e0a6193b5c14c6941a448577 # v9.0.7 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}