File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : Fetch tags
Original file line number Diff line number Diff line change 1818 SYNAPSE_AUTH_TOKEN : ${{ secrets.SYNAPSE_AUTH_TOKEN }}
1919 steps :
2020 # checks out the repo
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 ref : ${{ github.event.pull_request.head.ref }}
2424 repository : ${{ github.event.pull_request.head.repo.full_name }}
5555 SYNAPSE_AUTH_TOKEN : ${{ secrets.SYNAPSE_AUTH_TOKEN }}
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v5
58+ uses : actions/checkout@v6
5959 with :
6060 ref : ${{ github.event.pull_request.head.ref }}
6161 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 1515 - id : check-yaml
1616 - id : detect-private-key
1717- repo : https://github.com/tox-dev/pyproject-fmt
18- rev : " v2.11.0 "
18+ rev : " v2.11.1 "
1919 hooks :
2020 - id : pyproject-fmt
2121- repo : https://github.com/citation-file-format/cffconvert
@@ -45,16 +45,16 @@ repos:
4545 - id : yamllint
4646 exclude : pre-commit-config.yaml
4747- repo : https://github.com/astral-sh/ruff-pre-commit
48- rev : " v0.14.2 "
48+ rev : " v0.14.7 "
4949 hooks :
5050 - id : ruff-format
5151 - id : ruff-check
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/software-gardening/almanack
57- rev : v0.1.9
57+ rev : v0.1.10
5858 hooks :
5959 - id : almanack-check
6060- repo : https://gitlab.com/vojko.pribudic.foss/pre-commit-update
You can’t perform that action at this time.
0 commit comments