From 50723afde96d08b985d5bfadcbd254697114dd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:17:57 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions from 2.1.1 to 2.2.0 Bumps [devantler-tech/actions](https://github.com/devantler-tech/actions) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Commits](https://github.com/devantler-tech/actions/compare/961f62f4a771b31e48acaae4a619cef6c7fe2195...538d7103ed24531647941b3a460393b5ac7ed756) --- updated-dependencies: - dependency-name: devantler-tech/actions dependency-version: 2.2.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 fd0de3b..5a0e4e7 100644 --- a/.github/workflows/report-repos-with-multi-admin-teams.yml +++ b/.github/workflows/report-repos-with-multi-admin-teams.yml @@ -54,7 +54,7 @@ jobs: bun run report:repos-with-multi-admin-teams - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@961f62f4a771b31e48acaae4a619cef6c7fe2195 # v2.1.1 + uses: devantler-tech/actions/upsert-issue@538d7103ed24531647941b3a460393b5ac7ed756 # v2.2.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 bd6d176..02bd433 100644 --- a/.github/workflows/report-repos-with-no-admin-team.yml +++ b/.github/workflows/report-repos-with-no-admin-team.yml @@ -54,7 +54,7 @@ jobs: bun run report:repos-with-no-admin-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@961f62f4a771b31e48acaae4a619cef6c7fe2195 # v2.1.1 + uses: devantler-tech/actions/upsert-issue@538d7103ed24531647941b3a460393b5ac7ed756 # v2.2.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 59bfbe9..4ac9004 100644 --- a/.github/workflows/report-repos-with-no-team.yml +++ b/.github/workflows/report-repos-with-no-team.yml @@ -54,7 +54,7 @@ jobs: bun run report:repos-with-no-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@961f62f4a771b31e48acaae4a619cef6c7fe2195 # v2.1.1 + uses: devantler-tech/actions/upsert-issue@538d7103ed24531647941b3a460393b5ac7ed756 # v2.2.0 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}