File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 fi
4242 - name : Set up Python
4343 id : setup_python
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v5
4545 with :
4646 python-version : " 3.x"
4747 - name : Install build dependencies
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Set up Python
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.x"
2424 - name : Install dependencies
@@ -434,7 +434,7 @@ jobs:
434434 steps :
435435 - uses : actions/checkout@v4
436436 - name : Set up Python ${{ matrix.py }}
437- uses : actions/setup-python@v4
437+ uses : actions/setup-python@v5
438438 with :
439439 python-version : ${{ matrix.py }}
440440 - uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments