From e3f7ed753d9cd50783b5b7a5c0b057b0a0f39f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:14:31 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions from 6.0.1 to 6.1.0 Bumps [devantler-tech/actions](https://github.com/devantler-tech/actions) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Commits](https://github.com/devantler-tech/actions/compare/40816acee2940a3b46bd5c042a023ee24528353b...9d98cb8be059537ec1e82f71c90d75ecba321713) --- updated-dependencies: - dependency-name: devantler-tech/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3dae146..9fb28a4 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@40816acee2940a3b46bd5c042a023ee24528353b # v6.0.1 + uses: devantler-tech/actions/upsert-issue@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.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 28756cb..e71ed1a 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@40816acee2940a3b46bd5c042a023ee24528353b # v6.0.1 + uses: devantler-tech/actions/upsert-issue@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.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 b0aabe2..14201ac 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@40816acee2940a3b46bd5c042a023ee24528353b # v6.0.1 + uses: devantler-tech/actions/upsert-issue@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.0 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}