File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Get changed markdown files (PR only)
2525 id : changed-markdown-files
2626 if : github.event_name == 'pull_request'
27- uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v46
27+ uses : tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v46
2828 with :
2929 files : |
3030 **/*.md
3434 - name : Check Broken Links in Changed Markdown Files
3535 id : lychee-check-pr
3636 if : github.event_name == 'pull_request' && steps.changed-markdown-files.outputs.any_changed == 'true'
37- uses : lycheeverse/lychee-action@v2.7 .0
37+ uses : lycheeverse/lychee-action@v2.8 .0
3838 with :
3939 args : >
4040 --verbose --no-progress --exclude ^https?://
4747 - name : Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
4848 id : lychee-check-manual
4949 if : github.event_name == 'workflow_dispatch'
50- uses : lycheeverse/lychee-action@v2.7 .0
50+ uses : lycheeverse/lychee-action@v2.8 .0
5151 with :
5252 args : >
5353 --verbose --no-progress --exclude ^https?://
Original file line number Diff line number Diff line change 1818 with :
1919 ref : ${{ github.event.workflow_run.head_sha }}
2020
21- - uses : codfish/semantic-release-action@v4
21+ - uses : codfish/semantic-release-action@v5
2222 id : semantic
2323 with :
2424 tag-format : ' v${version}'
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133
134134 - name : Upload test report
135135 id : upload_report
136- uses : actions/upload-artifact@v6
136+ uses : actions/upload-artifact@v7
137137 if : ${{ !cancelled() }}
138138 with :
139139 name : test-report
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Upload test report
113113 id : upload_report
114- uses : actions/upload-artifact@v6
114+ uses : actions/upload-artifact@v7
115115 if : ${{ !cancelled() }}
116116 with :
117117 name : test-report
You can’t perform that action at this time.
0 commit comments