Skip to content

Commit

Permalink
Bump extractions/setup-just from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [extractions/setup-just](https://github.com/extractions/setup-just) from 1 to 2.
- [Release notes](https://github.com/extractions/setup-just/releases)
- [Commits](extractions/setup-just@v1...v2)

---
updated-dependencies:
- dependency-name: extractions/setup-just
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and funkyfuture committed Mar 24, 2024
1 parent 89139ec commit 6da4580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
- run: pip install hatch
- run: just pytest

Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
- run: pip install hatch
- run: just ${{ matrix.target }}

Expand Down

0 comments on commit 6da4580

Please sign in to comment.