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
@@ -49,10 +49,10 @@ jobs:
4949 python : 3.12
5050
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353
5454 - name : Set up Python ${{ matrix.python }}
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ${{ matrix.python }}
5858
@@ -72,12 +72,12 @@ jobs:
7272 runs-on : windows-latest
7373
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@v5
7676
7777 - uses : codecov/codecov-action@v3
7878
7979 - name : Set up Python
80- uses : actions/setup-python@v5
80+ uses : actions/setup-python@v6
8181 with :
8282 python-version : 3.x
8383
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