File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
17- - uses : actions/setup-python@v4
17+ - uses : actions/setup-python@v5
1818 with :
1919 python-version : ' 3.11'
2020 - name : Trigger script
Original file line number Diff line number Diff line change 3434 VERIFY_MYPY_ERROR_CODES : 1
3535 steps :
3636 - uses : actions/checkout@v4
37- - uses : actions/setup-python@v4
37+ - uses : actions/setup-python@v5
3838 with :
3939 python-version : ' 3.8'
4040 - name : Install tox
Original file line number Diff line number Diff line change 3737 with :
3838 path : mypy_to_test
3939 fetch-depth : 0
40- - uses : actions/setup-python@v4
40+ - uses : actions/setup-python@v5
4141 with :
4242 python-version : " 3.10"
4343 - name : Install dependencies
Original file line number Diff line number Diff line change 4444
4545 - name : Post comment
4646 id : post-comment
47- uses : actions/github-script@v6
47+ uses : actions/github-script@v7
4848 with :
4949 github-token : ${{ secrets.GITHUB_TOKEN }}
5050 script : |
Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121 # TODO: use whatever solution ends up working for
2222 # https://github.com/python/typeshed/issues/8434
23- - uses : actions/setup-python@v4
23+ - uses : actions/setup-python@v5
2424 with :
2525 python-version : " 3.10"
2626 - name : git config
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 PYTEST_ADDOPTS : --color=yes
121121 steps :
122122 - uses : actions/checkout@v4
123- - uses : actions/setup-python@v4
123+ - uses : actions/setup-python@v5
124124 with :
125125 python-version : ${{ matrix.python }}
126126 architecture : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v4
3131
3232 - name : Setup 🐍 3.8
33- uses : actions/setup-python@v4
33+ uses : actions/setup-python@v5
3434 with :
3535 python-version : 3.8
3636
You can’t perform that action at this time.
0 commit comments