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+ with :
15+ python-version : 3.10.12
16+ - uses : actions/setup-node@v4
1517 with :
1618 node-version : ' 12'
1719 - name : Install manual dependencies
2628 runs-on : ubuntu-latest
2729# TODO: Re-use pytest workflow once https://github.com/github/roadmap/issues/257 is done.
2830# steps:
29- # - uses: actions/checkout@v2
31+ # - uses: actions/checkout@v4
3032# - uses: ./.github/workflows/pytest.yml
3133# with:
3234# # Run all tests.
@@ -42,13 +44,13 @@ jobs:
4244 - python-version : 3.10.12
4345 pip_constraints : test_constraints_version.txt
4446 steps :
45- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4648 - name : Set up Python
47- uses : actions/setup-python@v2
49+ uses : actions/setup-python@v5
4850 with :
4951 python-version : ${{ matrix.python-version }}
5052 - name : Cache pip
51- uses : actions/cache@v2
53+ uses : actions/cache@v4
5254 with :
5355 # This path is specific to Ubuntu
5456 path : ~/.cache/pip
7779 --cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml \
7880 -p no:warnings -v -n 8
7981 - name : Upload pytest test results
80- uses : actions/upload-artifact@v2
82+ uses : actions/upload-artifact@v4
8183 with :
8284 name : artifacts-${{ matrix.python-version }}
8385 path : |
0 commit comments