Skip to content

Commit c31a1fd

Browse files
Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 (#2979)
* Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * No need to pass GITHUB_TOKEN with lychee-action 1.9.0 See lycheeverse/lychee-action#196 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wei Ji <[email protected]>
1 parent a4e4a62 commit c31a1fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Link Checker
3636
id: lychee
37-
uses: lycheeverse/lychee-action@v1.8.0
37+
uses: lycheeverse/lychee-action@v1.9.0
3838
with:
3939
# 429: Too many requests
4040
args: >
@@ -61,8 +61,6 @@ jobs:
6161
"repository/**/*.md"
6262
"repository/**/*.py"
6363
"documentation/dev/**/*.html"
64-
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6664
6765
- name: Get current date
6866
id: date

0 commit comments

Comments
 (0)