Skip to content

Commit

Permalink
upgrade lychee-action to version 2.2.0 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden authored Dec 19, 2024
2 parents ecd929c + 2cfc5a0 commit c29d58b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Link Checker
uses: lycheeverse/lychee-action@v2.1.0
uses: lycheeverse/lychee-action@v2.2.0
with:
# skip the jekyll files under '_includes' directory
args: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]

- name: Link Checker
uses: lycheeverse/lychee-action@v2.1.0
uses: lycheeverse/lychee-action@v2.2.0
with:
# skip the jekyll files under '_includes' directory, check all other directories
args: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]

- name: Link Checker
uses: lycheeverse/lychee-action@v2.1.0
uses: lycheeverse/lychee-action@v2.2.0
with:
# skip the jekyll files under '_includes' directory, only check the draft and root directories
args: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Link Checker
uses: lycheeverse/lychee-action@v2.1.0
uses: lycheeverse/lychee-action@v2.2.0
with:
# skip the jekyll files under '_includes' directory, check only draft where the promotion comes from
args: >-
Expand Down

0 comments on commit c29d58b

Please sign in to comment.