File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 docker :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ env.PYTHON_VERSION }}
5050 - os : macos-latest
5151 python : " 3.10"
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v6
5454 - uses : actions/setup-python@v6
5555 with :
5656 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change 1010 gh-pages :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 with :
1515 persist-credentials : false
1616 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1313 if : " !github.event.release.prerelease"
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ env.PYTHON_VERSION }}
4242 os : [ubuntu-latest, macos-latest, windows-latest]
4343 python : ["3.10", "3.11", "3.12"]
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 - uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python }}
5959 if : " !github.event.release.prerelease"
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v6
6363 - name : Miniconda setup
6464 uses : conda-incubator/setup-miniconda@v3
6565 with :
Original file line number Diff line number Diff line change 1111 docs-client :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 persist-credentials : false
1717 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1313 docker :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 1515 end-to-end :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 1515 ruff :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ env.PYTHON_VERSION }}
3939 mypy :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 - uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ env.PYTHON_VERSION }}
6262 mypy-client :
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v6
6666 - uses : actions/setup-python@v6
6767 with :
6868 python-version : ${{ env.PYTHON_VERSION }}
7979 precommit-hooks :
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v6
8383 - uses : actions/setup-python@v6
8484 with :
8585 python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 1515 pytest :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ env.PYTHON_VERSION }}
4747 pytest-client :
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v6
5151 - uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ env.PYTHON_VERSION }}
8686 matrix :
8787 os : [ubuntu-latest]
8888 steps :
89- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v6
9090 with :
9191 persist-credentials : false
9292 - name : Check the headers
You can’t perform that action at this time.
0 commit comments