diff --git a/.github/workflows/post-outdated-content-report.yaml b/.github/workflows/post-outdated-content-report.yaml index 34ede7f1af..fb9980f5fd 100644 --- a/.github/workflows/post-outdated-content-report.yaml +++ b/.github/workflows/post-outdated-content-report.yaml @@ -144,7 +144,7 @@ jobs: echo "The end of report" >> report.md - name: Create an issue from the report - uses: peter-evans/create-issue-from-file@v4 + uses: peter-evans/create-issue-from-file@v5 with: title: "[${{ env.L10N_CODE }}] A report to track and reflect updates of English content" content-filepath: report.md