Skip to content

Commit 25ec37e

Browse files
committed
chore: update shared files
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
1 parent 810144a commit 25ec37e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
19+
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
2020

2121
- run: uv build
2222

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: pretty-format-json
1818
args: [--no-sort-keys, --autofix, --no-ensure-ascii]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.0
20+
rev: v0.14.2
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: validate-pyproject
4242
- repo: https://github.com/executablebooks/mdformat
43-
rev: 0.7.22
43+
rev: 1.0.0
4444
hooks:
4545
- id: mdformat
4646
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
5555
rev: v1.7.8
5656
hooks:
5757
- id: actionlint
58-
- repo: https://github.com/woodruffw/zizmor-pre-commit
59-
rev: v1.15.2
58+
- repo: https://github.com/zizmorcore/zizmor-pre-commit
59+
rev: v1.16.0
6060
hooks:
6161
- id: zizmor

0 commit comments

Comments
 (0)