We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca00c8 commit 81f6a76Copy full SHA for 81f6a76
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
echo "changed_files: $changed_files"
52
echo "changed_files=$changed_files" >> $GITHUB_OUTPUT
53
- name: Check links
54
- uses: lycheeverse/lychee-action@v1.9.0
+ uses: lycheeverse/lychee-action@v2.0.2
55
if: ${{ steps.changed-files.outputs.changed_files != '' }}
56
with:
57
fail: true
0 commit comments