Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 76893a1 commit 8617b65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
checks:
name: Check with pre-commit and Prospector
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

test:
name: Run tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
needs:
- checks
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

publish:
name: Publish package
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
needs:
- test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
auto-merge:
name: Auto reviews pull requests from bots
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5

steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ repos:
ci/config\.yaml
)$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.428.1
rev: 38.106.1
hooks:
- id: renovate-config-validator

0 comments on commit 8617b65

Please sign in to comment.