Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/psf/black-24.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuska authored Jul 2, 2024
2 parents e8638df + 58c22ea commit c1fa693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@24.4.2
- uses: actions/checkout@v4
- uses: psf/black@23.10.1
2 changes: 1 addition & 1 deletion .github/workflows/ci-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Miniconda
uses: conda-incubator/[email protected]
- name: Test with test.sh script
Expand Down

0 comments on commit c1fa693

Please sign in to comment.