Skip to content

Commit

Permalink
chore(deps): update github-tags action .github/workflows/governance.l…
Browse files Browse the repository at this point in the history
…inks-checker.yml (.github/workflows/governance.links-checker.yml)
  • Loading branch information
IK Renovate Bot authored and ivankatliarchuk committed Mar 25, 2024
1 parent b9c3ac8 commit e6156a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/governance.links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout to latest commit
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.6.0
# run markdown linter

# todo https://github.com/peter-evans/link-checker
- name: link checker
id: lychee
uses: lycheeverse/lychee-action@v1.5.0
uses: lycheeverse/lychee-action@v1.9.3
# if: failure()
with:
args: >
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
write-mode: append

- name: create issue from file
uses: JasonEtco/create-an-issue@v2.6
uses: JasonEtco/create-an-issue@v2.9
id: issue
if: ${{ steps.lychee.outputs.exit_code > 0 }}
env:
Expand Down

0 comments on commit e6156a8

Please sign in to comment.