diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index 186a918..3ef9cd8 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@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/upsert-issue@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.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 4cd980a..97d7ddd 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@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/upsert-issue@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.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 0a80ce1..d6d90c9 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@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/upsert-issue@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}