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
@@ -50,10 +50,10 @@ jobs:
5050 python : " 3.12"
5151
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454
5555 - name : Set up Python ${{ matrix.python }}
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ${{ matrix.python }}
5959
@@ -73,12 +73,12 @@ jobs:
7373 runs-on : windows-latest
7474
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v5
7777
7878 - uses : codecov/codecov-action@v3
7979
8080 - name : Set up Python
81- uses : actions/setup-python@v5
81+ uses : actions/setup-python@v6
8282 with :
8383 python-version : 3.x
8484
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