From 66346cef1f697cd50505f9b58b87825e1878e9ac Mon Sep 17 00:00:00 2001 From: Justin Gosses Date: Sat, 19 Oct 2024 00:10:11 -0500 Subject: [PATCH] Update link_checker.yml 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/" --- .github/workflows/link_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_checker.yml b/.github/workflows/link_checker.yml index f2ee830..719c367 100644 --- a/.github/workflows/link_checker.yml +++ b/.github/workflows/link_checker.yml @@ -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 }}