File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 cache : pip
6464 steps :
6565 - uses : actions/checkout@v5
6666 - name : Set up Python ${{ matrix.python-version }}
67- uses : actions/setup-python@v5
67+ uses : actions/setup-python@v6
6868 with :
6969 python-version : ${{ matrix.python-version }}
7070
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313 - name : Set up Python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : 3.13
1717 - name : Install dependencies
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v5
12- - uses : actions/setup-python@v5
12+ - uses : actions/setup-python@v6
1313 - uses : browniebroke/pre-commit-autoupdate-action@main
1414 - uses : peter-evans/create-pull-request@v7
1515 with :
Original file line number Diff line number Diff line change 9090 steps :
9191 - uses : actions/checkout@v5
9292 - name : Set up Python ${{ matrix.python-version }}
93- uses : actions/setup-python@v5
93+ uses : actions/setup-python@v6
9494 with :
9595 python-version : ${{ matrix.python-version }}
9696
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v5
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
You can’t perform that action at this time.
0 commit comments