diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index e262a98..3eebd25 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@538d7103ed24531647941b3a460393b5ac7ed756 # v2.2.0 + uses: devantler-tech/actions/upsert-issue@1f66c91d45d374ceac9fe830a783444ebc9be958 # v3.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 9cfc75e..f8679d3 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@538d7103ed24531647941b3a460393b5ac7ed756 # v2.2.0 + uses: devantler-tech/actions/upsert-issue@1f66c91d45d374ceac9fe830a783444ebc9be958 # v3.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 95490e9..1b5e9d0 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@538d7103ed24531647941b3a460393b5ac7ed756 # v2.2.0 + uses: devantler-tech/actions/upsert-issue@1f66c91d45d374ceac9fe830a783444ebc9be958 # v3.2.0 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}