Skip to content

Commit d5cb2bf

Browse files
committed
upgrade actions/setup-python and python version
1 parent c944a90 commit d5cb2bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
repository: w3c/linkchecker-testsuite
1616
path: test-suite
17-
- uses: actions/setup-python@v4
17+
- uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.7'
19+
python-version: '3.11'
2020
- name: Install test suite dependencies
2121
working-directory: test-suite/harness
2222
run: |
@@ -42,4 +42,4 @@ jobs:
4242
run: sudo apt-get install -y bubblewrap
4343
- name: run test suite
4444
working-directory: test-suite/harness
45-
run: bwrap --dev-bind / / --ro-bind ../hosts /etc/hosts sh -c "python linktest.py --checker_path ../../link-checker/bin/checklink run"
45+
run: bwrap --dev-bind / / --ro-bind ../hosts /etc/hosts sh -c "python linktest.py --checker_path ../../link-checker/bin/checklink run"

0 commit comments

Comments
 (0)