File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/proto-plus/.github/workflows Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v2
1212 - name : Set up Python
13- uses : actions/setup-python@v3
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : ' 3.x'
1616 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 access_token : ${{ github.token }}
2020 - uses : actions/checkout@v2
2121 - name : Set up Python 3.8
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@v4
2323 with :
2424 python-version : 3.8
2525 - name : Install black
3535 access_token : ${{ github.token }}
3636 - uses : actions/checkout@v2
3737 - name : Set up Python 3.8
38- uses : actions/setup-python@v3
38+ uses : actions/setup-python@v4
3939 with :
4040 python-version : 3.8
4141 - name : Install nox.
5555 access_token : ${{ github.token }}
5656 - uses : actions/checkout@v2
5757 - name : Set up Python ${{ matrix.python }}
58- uses : actions/setup-python@v3
58+ uses : actions/setup-python@v4
5959 with :
6060 python-version : ${{ matrix.python }}
6161 - name : Install nox
7979 - name : Checkout
8080 uses : actions/checkout@v3
8181 - name : Setup Python
82- uses : actions/setup-python@v3
82+ uses : actions/setup-python@v4
8383 with :
8484 python-version : " 3.10"
8585 - name : Install coverage
You can’t perform that action at this time.
0 commit comments