diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index 0d827bb..db31f89 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@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 + uses: devantler-tech/actions/upsert-issue@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.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 7e5b787..6b0ffca 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@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 + uses: devantler-tech/actions/upsert-issue@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.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 8e6f613..c9d6c41 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@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 + uses: devantler-tech/actions/upsert-issue@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.4 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}