diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index c8e77a7..186a918 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@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 + uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 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 9c3c83e..4cd980a 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@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 + uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 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 b5f5b1f..0a80ce1 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@172feec0374dfdb5d9777a12a7d4cd2291c03e08 # v7.1.1 + uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}