Skip to content

Commit 50b5ef9

Browse files
chore(deps): update all dependencies
1 parent f153ae6 commit 50b5ef9

File tree

3 files changed

+145
-120
lines changed

3 files changed

+145
-120
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pypi:
1010
name: Publish to PyPI registry
1111
environment: release
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
id-token: write
1515

@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Switch to using Python 3.13 by default
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.13"
2626

@@ -32,7 +32,7 @@ jobs:
3232
tox
3333
3434
- name: Check out src from Git
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0 # needed by setuptools-scm
3838

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88
- renovate-config-validator # container limits
99
repos:
1010
- repo: https://github.com/renovatebot/pre-commit-hooks
11-
rev: 41.98.0
11+
rev: 41.98.1
1212
hooks:
1313
- id: renovate-config-validator
1414
alias: renovate

0 commit comments

Comments
 (0)