From 0efa32f441e8ac8c5faa821801896ec95f283f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:13:28 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions/upsert-issue Bumps [devantler-tech/actions/upsert-issue](https://github.com/devantler-tech/actions) from 8.0.0 to 9.0.0. - [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/061b345a7351b0caf23055caea63ccd08b75e20e...5aa2657f976103d716f585266a0fa4e964594df2) --- updated-dependencies: - dependency-name: devantler-tech/actions/upsert-issue dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 3ef9cd8..871e9a9 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@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 + uses: devantler-tech/actions/upsert-issue@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 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 97d7ddd..cb8556d 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@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 + uses: devantler-tech/actions/upsert-issue@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 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 d6d90c9..5c3ae30 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@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 + uses: devantler-tech/actions/upsert-issue@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}