File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313
1414 - name : Set up Python 3.11
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : ' 3.11'
1818
Original file line number Diff line number Diff line change 88 pre-commit :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212
1313 - name : Set up Python 3.11
14- uses : actions/setup-python@v2
14+ uses : actions/setup-python@v4
1515 with :
1616 python-version : ' 3.11'
1717
@@ -28,10 +28,10 @@ jobs:
2828
2929 runs-on : ${{ matrix.os }}
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v3
3232
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v2
34+ uses : actions/setup-python@v4
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737
@@ -47,10 +47,10 @@ jobs:
4747 docs :
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v3
5151
5252 - name : Set up Python 3.11
53- uses : actions/setup-python@v2
53+ uses : actions/setup-python@v4
5454 with :
5555 python-version : ' 3.11'
5656
You can’t perform that action at this time.
0 commit comments