File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v5
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v5
1212 - name : Set up Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 - name : Install dependencies
1515 run : |
1616 python -m pip install --upgrade pip
3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v5
34- - uses : actions/setup-python@v5
34+ - uses : actions/setup-python@v6
3535 - name : Install dependencies
3636 run : |
3737 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v5
1212 - name : Set up Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : ' 3.x'
1616 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments