File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 package :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Build and Check Package
23232424
5050 tox_env : " pypy3-pytest7"
5151
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454
5555 - name : Download Package
5656 uses : actions/download-artifact@v3
5959 path : dist
6060
6161 - name : Set up Python
62- uses : actions/setup-python@v4
62+ uses : actions/setup-python@v5
6363 with :
6464 python-version : ${{ matrix.python }}
6565
9292 tox_env : " py37-pytest6"
9393
9494 steps :
95- - uses : actions/checkout@v3
95+ - uses : actions/checkout@v4
9696
9797 - name : Download Package
9898 uses : actions/download-artifact@v3
@@ -101,7 +101,7 @@ jobs:
101101 path : dist
102102
103103 - name : Set up Python
104- uses : actions/setup-python@v4
104+ uses : actions/setup-python@v5
105105 with :
106106 python-version : " 3.7"
107107
You can’t perform that action at this time.
0 commit comments