We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8265e53 commit d0e5599Copy full SHA for d0e5599
.github/workflows/link-checker.yml
@@ -36,7 +36,7 @@ jobs:
36
restore-keys: cache-lychee-
37
38
- name: Link Checker
39
- uses: lycheeverse/lychee-action@v1.9.3
+ uses: lycheeverse/lychee-action@v1.10.0
40
with:
41
args: >-
42
--config .github/lychee.toml
docker-compose.yml
@@ -20,7 +20,7 @@ services:
20
- 9000:9000
21
- 3333:3333
22
cypress:
23
- image: cypress/included:13.7.3
+ image: cypress/included:13.8.1
24
stdin_open: true
25
tty: true
26
working_dir: /mermaid
0 commit comments