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 77 steps :
88 - uses : actions/checkout@v3
99 - name : Set up Python
10- uses : actions/setup-python@v3
10+ uses : actions/setup-python@v4
1111 with :
1212 python-version : 3.9
1313 - run : python -m pip install -U pip
1818 steps :
1919 - uses : actions/checkout@v3
2020 - name : Set up Python
21- uses : actions/setup-python@v3
21+ uses : actions/setup-python@v4
2222 with :
2323 python-version : 3.9
2424 - run : pip install poetry twine
3131 steps :
3232 - uses : actions/checkout@v3
3333 - name : Set up Python
34- uses : actions/setup-python@v3
34+ uses : actions/setup-python@v4
3535 with :
3636 python-version : 3.9
3737 - run : pip install poetry
4848 with :
4949 lfs : true
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v3
51+ uses : actions/setup-python@v4
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 - run : pip install poetry
6363 with :
6464 lfs : true
6565 - name : Set up Python
66- uses : actions/setup-python@v3
66+ uses : actions/setup-python@v4
6767 with :
6868 python-version : 3.8
6969 - run : pip install poetry
You can’t perform that action at this time.
0 commit comments