diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index 4b6a4dd..cefcf9c 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@adbda4a7309c6879c75e307c9c417965e640907e # v10.0.3 + uses: devantler-tech/actions/upsert-issue@5c284fdf432754a697710c336fc2c26bc99868bb # v10.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 fa223b0..36bfadf 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@adbda4a7309c6879c75e307c9c417965e640907e # v10.0.3 + uses: devantler-tech/actions/upsert-issue@5c284fdf432754a697710c336fc2c26bc99868bb # v10.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 524ede9..e9f3106 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@adbda4a7309c6879c75e307c9c417965e640907e # v10.0.3 + uses: devantler-tech/actions/upsert-issue@5c284fdf432754a697710c336fc2c26bc99868bb # v10.2.0 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}