File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
2929 - name : Link Checker
30- uses : lycheeverse/lychee-action@v2.0.2
30+ uses : lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
3131 with :
3232 # There is no security token. So, it would fail on any links which aren't public.
3333 args : " --verbose --no-progress **/*.md"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 echo "ARCHIVE_PATH=${ARCHIVE_NAME}" >> $GITHUB_OUTPUT
104104
105105 - name : Upload archive as workflow artifact
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
107107 with :
108108 name : ${{ steps.vars.outputs.archive_name }}
109109 path : ${{ steps.create_archive.outputs.ARCHIVE_PATH }}
You can’t perform that action at this time.
0 commit comments