99 markdown-link-check-full :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-python@v2
14- - uses : actions/setup-node@v2
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v5
14+ - uses : actions/setup-node@v4
1515 with :
1616 node-version : ' 12'
1717 - name : Install manual dependencies
2626 runs-on : ubuntu-latest
2727# TODO: Re-use pytest workflow once https://github.com/github/roadmap/issues/257 is done.
2828# steps:
29- # - uses: actions/checkout@v2
29+ # - uses: actions/checkout@v4
3030# - uses: ./.github/workflows/pytest.yml
3131# with:
3232# # Run all tests.
@@ -42,13 +42,13 @@ jobs:
4242 - python-version : 3.10.12
4343 pip_constraints : test_constraints_version.txt
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v4
4646 - name : Set up Python
47- uses : actions/setup-python@v2
47+ uses : actions/setup-python@v5
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050 - name : Cache pip
51- uses : actions/cache@v2
51+ uses : actions/cache@v4
5252 with :
5353 # This path is specific to Ubuntu
5454 path : ~/.cache/pip
7777 --cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml \
7878 -p no:warnings -v -n 8
7979 - name : Upload pytest test results
80- uses : actions/upload-artifact@v2
80+ uses : actions/upload-artifact@v4
8181 with :
8282 name : artifacts-${{ matrix.python-version }}
8383 path : |
0 commit comments