Skip to content

Commit

Permalink
Upgrade github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 17, 2023
1 parent 338688f commit 6f73119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
with:
repository: w3c/linkchecker-testsuite
path: test-suite
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Install test suite dependencies
working-directory: test-suite/harness
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: link-checker
- uses: shogo82148/actions-setup-perl@v1
Expand Down

0 comments on commit 6f73119

Please sign in to comment.