File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 fetch-depth : 0
3030 - name : Set up Python
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : ' 3.x'
3434 - name : Install dependencies
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v4
2525
2626 - name : Set up Python 3.10
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : " 3.10"
3030
6666 runs-on : ${{ matrix.os }}
6767 steps :
6868 - name : Set up Python 3.8
69- uses : actions/setup-python@v4
69+ uses : actions/setup-python@v5
7070 with :
7171 python-version : " 3.8"
7272
@@ -133,7 +133,7 @@ jobs:
133133 steps :
134134 - uses : actions/checkout@v4
135135
136- - uses : actions/setup-python@v4
136+ - uses : actions/setup-python@v5
137137 with :
138138 python-version : " 3.10"
139139
You can’t perform that action at this time.
0 commit comments