File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 steps :
1616 # checks out the repo
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 # fetch tags for versioning details
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1616 id-token : write
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 - name : Python setup
Original file line number Diff line number Diff line change 1616 if : github.actor != 'dependabot[bot]'
1717 steps :
1818 # checks out the repo
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Python setup
2121 uses : actions/setup-python@v6
2222 with :
4545 OS : ${{ matrix.os }}
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 - name : Python setup
5050 uses : actions/setup-python@v6
5151 with :
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ repos:
5050 - id : yamllint
5151 exclude : pre-commit-config.yaml
5252- repo : https://github.com/rhysd/actionlint
53- rev : v1.7.8
53+ rev : v1.7.9
5454 hooks :
5555 - id : actionlint
5656- repo : https://github.com/astral-sh/ruff-pre-commit
57- rev : " v0.14.5 "
57+ rev : " v0.14.6 "
5858 hooks :
5959 - id : ruff-format
6060 - id : ruff-check
You can’t perform that action at this time.
0 commit comments