diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 2a42232..ee664f8 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -33,7 +33,7 @@ jobs: # todo https://github.com/peter-evans/link-checker - name: link checker id: lychee - uses: lycheeverse/lychee-action@v1.7.0 + uses: lycheeverse/lychee-action@v1.10.0 # if: failure() with: args: > @@ -54,7 +54,7 @@ jobs: - name: read output id: readfile - uses: juliangruber/read-file-action@v1 + uses: juliangruber/read-file-action@v1.1.7 if: ${{ steps.lychee.outputs.exit_code > 0 }} with: path: ${{ env.LYCHEE_OUT }}