Skip to content

Commit

Permalink
workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Apr 24, 2024
1 parent f46c913 commit d1de40e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Lint
uses: psf/black@stable
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:

steps:
- name: Checkout github repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Lint
uses: psf/black@stable
with:
version: "23.7.0"
- name: Setup python
uses: actions/setup-python@v4
- name: Install dependencies
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:

steps:
- name: Checkout github repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Lint
uses: psf/black@stable
with:
version: "23.7.0"
- name: Setup python
uses: actions/setup-python@v4
- name: Install dependencies
Expand Down

0 comments on commit d1de40e

Please sign in to comment.