Skip to content

Commit 2e9b20e

Browse files
authored
Merge branch 'main' into auto-update-lockfiles
2 parents 840f55d + 8fcb2ef commit 2e9b20e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ concurrency:
1818

1919
jobs:
2020
refresh_lockfiles:
21-
uses: scitools/workflows/.github/workflows/[email protected].3
21+
uses: scitools/workflows/.github/workflows/[email protected].4
2222
secrets: inherit

.github/workflows/ci-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ concurrency:
2525
jobs:
2626
manifest:
2727
name: "check-manifest"
28-
uses: scitools/workflows/.github/workflows/[email protected].3
28+
uses: scitools/workflows/.github/workflows/[email protected].4

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.9.1"
41+
rev: "v0.9.2"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]

0 commit comments

Comments
 (0)