File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1616 id-token : write
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
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@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 ref : ${{ github.event.pull_request.head.ref }}
2424 repository : ${{ github.event.pull_request.head.repo.full_name }}
4949 SYNAPSE_AUTH_TOKEN : ${{ secrets.SYNAPSE_AUTH_TOKEN }}
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 ref : ${{ github.event.pull_request.head.ref }}
5555 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
44 python : python3.11
55repos :
66- repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v5 .0.0
7+ rev : v6 .0.0
88 hooks :
99 - id : trailing-whitespace
1010 - id : end-of-file-fixer
4545 - id : yamllint
4646 exclude : pre-commit-config.yaml
4747- repo : https://github.com/astral-sh/ruff-pre-commit
48- rev : " v0.12.7 "
48+ rev : " v0.12.8 "
4949 hooks :
5050 - id : ruff-format
5151 - id : ruff
You can’t perform that action at this time.
0 commit comments