Skip to content

Commit fedafa8

Browse files
authored
Merge branch 'main' into add_multiline_error_strings
2 parents 55310f5 + 2ce469f commit fedafa8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Python
1616
uses: actions/setup-python@v4

Diff for: .github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Pre-commit checks
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.10'

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
name: ${{ matrix.os }}, Python ${{ matrix.python-version }}
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131

3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v4

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: check-manifest
2020

21-
- repo: https://github.com/charliermarsh/ruff-pre-commit
21+
- repo: https://github.com/astral-sh/ruff-pre-commit
2222
rev: "v0.0.262"
2323
hooks:
2424
- id: ruff

0 commit comments

Comments
 (0)