Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2024
1 parent 1041de0 commit 634eab4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-115.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
rebuild:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Rebuild 1.15
timeout-minutes: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
rebuild:
name: Rebuild
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: detect-private-key
- id: check-merge-conflict
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ c2cciutils[checks,publish]==1.7.0
poetry-dynamic-versioning==1.4.1
poetry-plugin-export==1.8.0
poetry-plugin-tweak-dependencies-version==1.5.2
pre-commit==3.8.0
pre-commit==4.0.1
poetry-plugin-drop-python-upper-constraint==0.1.0
importlib-metadata<8.5.1

0 comments on commit 634eab4

Please sign in to comment.