File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 with :
1717 python-version : " 3.13"
1818 - uses : browniebroke/pre-commit-autoupdate-action@main
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.13"
1919 # - uses: actions/setup-node@v3
Original file line number Diff line number Diff line change 4444 with :
4545 fetch-depth : 0
4646 - name : Setup Python
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : " 3.13"
5050 - name : Get version from tag
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments