File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tag-publish/1.1.1 /tag_publish/schema.json
1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tag-publish/1.2.2 /tag_publish/schema.json
22
33docker :
44 github_oidc_login : false
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727
2828 steps :
2929 - run : docker system prune --all --force
30- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131 with :
3232 fetch-depth : 0
3333
34- - uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
34+ - uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
3535 with :
3636 distribution : ' temurin'
3737 java-version : ' 21'
4141 python-version : ' 3.14'
4242 - run : python3 -m pip install --requirement=ci/requirements.txt
4343
44- - uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
44+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
4545 with :
4646 path : ~/.cache/pre-commit
4747 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -252,7 +252,7 @@ jobs:
252252 if : startsWith(github.ref, 'refs/tags/') && env.HAS_SECRETS == 'HAS_SECRETS'
253253
254254 # Update the documentation
255- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
255+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
256256 with :
257257 repository : mapfish/mapfish-print-doc
258258 token : ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 timeout-minutes : 5
1313
1414 steps :
15- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616 with :
1717 fetch-depth : 0
1818 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
Original file line number Diff line number Diff line change 2929 hooks :
3030 - id : canonicalize
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : v0.15.19
32+ rev : v0.16.0
3333 hooks :
3434 - id : ruff-format
3535 - repo : https://github.com/sbrunner/python-versions-hook
Original file line number Diff line number Diff line change 11c2cciutils == 1.7.5
2- pre-commit == 4.6.0
3- tag-publish == 1.1.1
2+ pre-commit == 4.6.1
3+ tag-publish == 1.2.2
You can’t perform that action at this time.
0 commit comments