File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v5
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.13"
2222
Original file line number Diff line number Diff line change 2424 - name : Check out codemodder
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 : ' 3.13'
3030 cache : ' pip'
Original file line number Diff line number Diff line change 1212 timeout-minutes : 5
1313 steps :
1414 - name : Set Up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.13'
1818 - name : Check out code
Original file line number Diff line number Diff line change 2727 - name : Check out code
2828 uses : actions/checkout@v5
2929 - name : Set Up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 cache : ' pip'
Original file line number Diff line number Diff line change 2424 - name : Check out code
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 : ' 3.13'
3030 cache : ' pip'
4242 runs-on : ubuntu-latest
4343 steps :
4444 - uses : actions/checkout@v5
45- - uses : actions/setup-python@v5
45+ - uses : actions/setup-python@v6
4646 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- - uses : actions/setup-python@v5
15+ - uses : actions/setup-python@v6
1616 - uses : browniebroke/pre-commit-autoupdate-action@main
1717 - uses : peter-evans/create-pull-request@v7
1818 with :
Original file line number Diff line number Diff line change 2828 - name : Check out code
2929 uses : actions/checkout@v5
3030 - name : Set Up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.13'
3434 cache : ' pip'
4747 - name : Check out code
4848 uses : actions/checkout@v5
4949 - name : Set Up Python
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : ' 3.13'
5353 cache : ' pip'
6767 - name : Check out code
6868 uses : actions/checkout@v5
6969 - name : Set Up Python
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ matrix.python-version }}
7373 cache : ' pip'
You can’t perform that action at this time.
0 commit comments