diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index 05631a0..c8e77a7 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@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.0 + uses: devantler-tech/actions/upsert-issue@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.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 460d1d9..9c3c83e 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@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.0 + uses: devantler-tech/actions/upsert-issue@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.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 1fd017a..b5f5b1f 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@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.0 + uses: devantler-tech/actions/upsert-issue@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}