Skip to content

Commit ae648c8

Browse files
authored
Update and rename link-checker.yml to link-checker.yml.broken
Broken due to artifact obsolescence V1 and 2
1 parent 7aa31ca commit ae648c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link-checker.yml renamed to .github/workflows/link-checker.yml.broken

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v1
2222

23-
- name: Set up Python 4.0
23+
- name: Set up Python 3.7
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: "4.0"
26+
python-version: "3.7"
2727

2828
- name: Install packages
2929
run: |

0 commit comments

Comments
 (0)