-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-python from 5.1.0 to 5.1.1 (#126)
Add shim for changed validation error message: django/django@31837db
- Loading branch information
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ jobs: | |
black: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
python-version: "3.11" | ||
- uses: actions/checkout@v4 | ||
|
@@ -14,7 +14,7 @@ jobs: | |
flake8: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
python-version: "3.11" | ||
- uses: actions/checkout@v4 | ||
|
@@ -24,7 +24,7 @@ jobs: | |
isort: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
python-version: "3.11" | ||
- uses: actions/checkout@v4 | ||
|
@@ -34,7 +34,7 @@ jobs: | |
docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: actions/checkout@v4 | ||
- run: python -m pip install -r docs/requirements.txt | ||
- run: cd docs/ && make html && make spelling | ||
|
@@ -88,7 +88,7 @@ jobs: | |
- 5432:5432 | ||
steps: | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters