File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 package :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 with :
1919 fetch-depth : 1
2020 submodules : true
2121 - name : Set up Python 3.9
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v4
2323 with :
2424 python-version : 3.9
2525 - name : Install dependencies
@@ -50,12 +50,12 @@ jobs:
5050 python-version : ['3.7', '3.10']
5151 runs-on : ${{ matrix.os }}
5252 steps :
53- - uses : actions/download-artifact@v2
53+ - uses : actions/download-artifact@v3
5454 id : download
5555 with :
5656 name : python-packages
5757 - name : Set up Python ${{ matrix.python-version }}
58- uses : actions/setup-python@v3
58+ uses : actions/setup-python@v4
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 - name : Install tools
You can’t perform that action at this time.
0 commit comments