File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v5
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 cache : ' pip' # caching pip dependencies
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 cache : ' pip' # caching pip dependencies
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v5
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 cache : ' pip' # caching pip dependencies
You can’t perform that action at this time.
0 commit comments