From 8eb9d3474dc49b609d562f9d8e74ac5d4600cad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:15:37 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions from 6.0.0 to 6.0.1 Bumps [devantler-tech/actions](https://github.com/devantler-tech/actions) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Commits](https://github.com/devantler-tech/actions/compare/0e1232924bf8b07a40b1b24e13e200744fbabcfa...40816acee2940a3b46bd5c042a023ee24528353b) --- updated-dependencies: - dependency-name: devantler-tech/actions dependency-version: 6.0.1 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 d0774ad..3dae146 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@0e1232924bf8b07a40b1b24e13e200744fbabcfa # v6.0.0 + uses: devantler-tech/actions/upsert-issue@40816acee2940a3b46bd5c042a023ee24528353b # v6.0.1 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 4d931bc..28756cb 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@0e1232924bf8b07a40b1b24e13e200744fbabcfa # v6.0.0 + uses: devantler-tech/actions/upsert-issue@40816acee2940a3b46bd5c042a023ee24528353b # v6.0.1 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 97f762f..b0aabe2 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@0e1232924bf8b07a40b1b24e13e200744fbabcfa # v6.0.0 + uses: devantler-tech/actions/upsert-issue@40816acee2940a3b46bd5c042a023ee24528353b # v6.0.1 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}