From 3a26689fdc55d0acb2529647a42f03a4db80b726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:51:31 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions from 3.2.1 to 3.2.4 Bumps [devantler-tech/actions](https://github.com/devantler-tech/actions) from 3.2.1 to 3.2.4. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Commits](https://github.com/devantler-tech/actions/compare/55e9a09c265e68c601e22c44be8b9ec8d817cabb...17691ce06f7c2324d7a41a60ec9cc3baf471bfea) --- updated-dependencies: - dependency-name: devantler-tech/actions dependency-version: 3.2.4 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 3d495a0..0c5fe40 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@55e9a09c265e68c601e22c44be8b9ec8d817cabb # v3.2.1 + uses: devantler-tech/actions/upsert-issue@17691ce06f7c2324d7a41a60ec9cc3baf471bfea # v3.2.4 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 a02d55a..f58e827 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@55e9a09c265e68c601e22c44be8b9ec8d817cabb # v3.2.1 + uses: devantler-tech/actions/upsert-issue@17691ce06f7c2324d7a41a60ec9cc3baf471bfea # v3.2.4 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 67ad6ba..217e969 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@55e9a09c265e68c601e22c44be8b9ec8d817cabb # v3.2.1 + uses: devantler-tech/actions/upsert-issue@17691ce06f7c2324d7a41a60ec9cc3baf471bfea # v3.2.4 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}