From 80bc209e2c0ae87aaf8038bbe9348a478ee4b530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:14:26 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions/upsert-issue Bumps [devantler-tech/actions/upsert-issue](https://github.com/devantler-tech/actions) from 6.1.0 to 7.1.1. - [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/9d98cb8be059537ec1e82f71c90d75ecba321713...172feec0374dfdb5d9777a12a7d4cd2291c03e08) --- updated-dependencies: - dependency-name: devantler-tech/actions/upsert-issue dependency-version: 7.1.1 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 05631a0..c8e77a7 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@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.0 + uses: devantler-tech/actions/upsert-issue@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 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 460d1d9..9c3c83e 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@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.0 + uses: devantler-tech/actions/upsert-issue@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 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 1fd017a..b5f5b1f 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@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.0 + uses: devantler-tech/actions/upsert-issue@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}