From 236db4fc06119675036424a61c5d53a3de48b5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:16:37 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions from 5.4.0 to 5.4.2 Bumps [devantler-tech/actions](https://github.com/devantler-tech/actions) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Commits](https://github.com/devantler-tech/actions/compare/cbfd433920d036c336b00b35af4c82f8e700affe...b31ec7baa4d7e9ca5b113f56cc928fe708872431) --- updated-dependencies: - dependency-name: devantler-tech/actions dependency-version: 5.4.2 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 298d094..43f8025 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@cbfd433920d036c336b00b35af4c82f8e700affe # v5.4.0 + uses: devantler-tech/actions/upsert-issue@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 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 47db419..3e6ab9e 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@cbfd433920d036c336b00b35af4c82f8e700affe # v5.4.0 + uses: devantler-tech/actions/upsert-issue@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 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 60999ec..73f1be2 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@cbfd433920d036c336b00b35af4c82f8e700affe # v5.4.0 + uses: devantler-tech/actions/upsert-issue@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}