From 5ba4a72619500d45a277b15a4e9211e70b3d5610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:13:48 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions/upsert-issue Bumps [devantler-tech/actions/upsert-issue](https://github.com/devantler-tech/actions) from 7.1.1 to 7.1.3. - [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/172feec0374dfdb5d9777a12a7d4cd2291c03e08...6a2f24aa5a859f7d0de66f9d0bde52254adba641) --- updated-dependencies: - dependency-name: devantler-tech/actions/upsert-issue dependency-version: 7.1.3 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 c8e77a7..186a918 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@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 + uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 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 9c3c83e..4cd980a 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@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 + uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 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 b5f5b1f..0a80ce1 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@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 + uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}