File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v3
1010 - name : Set up Python 3.10
11- uses : actions/setup-python@v3
11+ uses : actions/setup-python@v4
1212 with :
1313 python-version : " 3.10"
1414 - name : Run image
Original file line number Diff line number Diff line change 1414 poetry-version : ["1.3"]
1515 steps :
1616 - uses : actions/checkout@v3
17- - uses : actions/setup-python@v3
17+ - uses : actions/setup-python@v4
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Run image
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v3
1515 - name : Set up Python ${{ matrix.python-version }}
16- uses : actions/setup-python@v3
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919 - name : Run image
Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v3
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v3
30+ uses : actions/setup-python@v4
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 - name : Run image
You can’t perform that action at this time.
0 commit comments