diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 098ff20b8..92355801e 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -85,7 +85,7 @@ jobs: EOF - name: Create Issue on Execution Failure if: failure() - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: "Weekly Colab Execution Check Failed - ${{ github.run_id }}" content-filepath: execution-failure-report.md diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 5ddac82c7..84b85c995 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -24,7 +24,7 @@ jobs: args: --accept 200,403,503 *.html - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: Link Checker Report content-filepath: ./lychee/out.md