Skip to content

Commit 685e1a3

Browse files
Update CI dependencies (#4318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 879beee commit 685e1a3

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
docker:
44
github_oidc_login: false

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
@@ -41,7 +41,7 @@ jobs:
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 }}

.github/workflows/monthly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
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

ci/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
c2cciutils==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

0 commit comments

Comments
 (0)