Skip to content

Commit

Permalink
Update link_checker.yml
Browse files Browse the repository at this point in the history
Upgrading from version 1.1.8 of link checked to version 2 to see if that deals with github depreciation mentioned [here](https://github.com/softwareunderground/awesome-open-geoscience/actions/runs/11414756448/job/31764044208#step:5:5) where it says "Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/"
  • Loading branch information
JustinGOSSES authored Oct 19, 2024
1 parent 6ed7596 commit 66346ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v2
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.0.8
uses: lycheeverse/lychee-action@v2
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}

0 comments on commit 66346ce

Please sign in to comment.