From 0c8ee667d77963db416c05fcd0eea20e93ca62de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:14:43 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions from 5.4.2 to 6.0.0 Bumps [devantler-tech/actions](https://github.com/devantler-tech/actions) from 5.4.2 to 6.0.0. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Commits](https://github.com/devantler-tech/actions/compare/b31ec7baa4d7e9ca5b113f56cc928fe708872431...0e1232924bf8b07a40b1b24e13e200744fbabcfa) --- updated-dependencies: - dependency-name: devantler-tech/actions dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 f155147..d0774ad 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@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 + uses: devantler-tech/actions/upsert-issue@0e1232924bf8b07a40b1b24e13e200744fbabcfa # v6.0.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 3376d0e..4d931bc 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@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 + uses: devantler-tech/actions/upsert-issue@0e1232924bf8b07a40b1b24e13e200744fbabcfa # v6.0.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 a5ae465..97f762f 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@b31ec7baa4d7e9ca5b113f56cc928fe708872431 # v5.4.2 + uses: devantler-tech/actions/upsert-issue@0e1232924bf8b07a40b1b24e13e200744fbabcfa # v6.0.0 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}