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 @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.x
1919
@@ -46,10 +46,10 @@ jobs:
4646 python : " 3.12"
4747
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050
5151 - name : Set up Python ${{ matrix.python }}
52- uses : actions/setup-python@v5
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : ${{ matrix.python }}
5555
@@ -69,12 +69,12 @@ jobs:
6969 runs-on : windows-latest
7070
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373
7474 - uses : codecov/codecov-action@v3
7575
7676 - name : Set up Python
77- uses : actions/setup-python@v5
77+ uses : actions/setup-python@v6
7878 with :
7979 python-version : 3.x
8080
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 environment : Deploy
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 ref : ${{ github.event.inputs.tag }}
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : 3.x
2121 - shell : bash
You can’t perform that action at this time.
0 commit comments