File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v3
1515 - name : Setup Python
16- uses : actions/setup-python@v3
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : ${{ matrix.python }}
1919 - name : Install nox
3434 - name : Checkout
3535 uses : actions/checkout@v3
3636 - name : Setup Python
37- uses : actions/setup-python@v3
37+ uses : actions/setup-python@v4
3838 with :
3939 python-version : ${{ matrix.python }}
4040 - name : Install nox
Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v3
1515 - name : Setup Python
16- uses : actions/setup-python@v3
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : ${{ matrix.python }}
1919 - name : Install nox
You can’t perform that action at this time.
0 commit comments