Skip to content

Commit e57deef

Browse files
authored
Merge branch 'main' into update-imp
2 parents 60826d6 + 33416c7 commit e57deef

File tree

12 files changed

+1566
-1383
lines changed

12 files changed

+1566
-1383
lines changed

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
EOF
8686
- name: Create Issue on Execution Failure
8787
if: failure()
88-
uses: peter-evans/create-issue-from-file@v5
88+
uses: peter-evans/create-issue-from-file@v6
8989
with:
9090
title: "Weekly Colab Execution Check Failed - ${{ github.run_id }}"
9191
content-filepath: execution-failure-report.md

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
args: --accept 200,403,503 *.html
2525
- name: Create Issue From File
2626
if: steps.lychee.outputs.exit_code != 0
27-
uses: peter-evans/create-issue-from-file@v5
27+
uses: peter-evans/create-issue-from-file@v6
2828
with:
2929
title: Link Checker Report
3030
content-filepath: ./lychee/out.md
Binary file not shown.

0 commit comments

Comments
 (0)