Skip to content

Commit 90ea052

Browse files
authored
Downgrade linkspector GitHub action to Ubuntu 22.04 due to a bug (#6132)
1 parent 813c139 commit 90ea052

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-markdown-links.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ permissions:
1010

1111
jobs:
1212
check-markdown-links:
13-
runs-on: ubuntu-latest
13+
# https://github.com/UmbrellaDocs/action-linkspector/issues/32
14+
# Upgrade to `ubuntu-latest` when resolved
15+
runs-on: ubuntu-22.04
1416

1517
steps:
1618
- name: Checkout code

0 commit comments

Comments
 (0)