Skip to content

Commit

Permalink
ci(dependabot): bump tlambert03/setup-qt-libs from 1.6 to 1.7
Browse files Browse the repository at this point in the history
Bumps [tlambert03/setup-qt-libs](https://github.com/tlambert03/setup-qt-libs) from 1.6 to 1.7.
- [Release notes](https://github.com/tlambert03/setup-qt-libs/releases)
- [Commits](tlambert03/setup-qt-libs@v1.6...v1.7)

---
updated-dependencies:
- dependency-name: tlambert03/setup-qt-libs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent bdda89f commit 88bf5bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: tlambert03/setup-qt-libs@v1.6
- uses: tlambert03/setup-qt-libs@v1.7
- name: Install dependencies
run: python -m pip install --upgrade hatch

Expand All @@ -69,7 +69,7 @@ jobs:
with:
python-version: "3.11"

- uses: tlambert03/setup-qt-libs@v1.6
- uses: tlambert03/setup-qt-libs@v1.7

- name: Install dependencies
run: |
Expand All @@ -92,7 +92,7 @@ jobs:
with:
repository: napari/napari
path: napari-from-github
- uses: tlambert03/setup-qt-libs@v1.6
- uses: tlambert03/setup-qt-libs@v1.7
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand All @@ -117,7 +117,7 @@ jobs:
with:
repository: hanjinliu/magic-class
path: magic-class
- uses: tlambert03/setup-qt-libs@v1.6
- uses: tlambert03/setup-qt-libs@v1.7
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
with:
repository: stardist/stardist-napari
path: stardist-napari
- uses: tlambert03/setup-qt-libs@v1.6
- uses: tlambert03/setup-qt-libs@v1.7
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
with:
repository: 4DNucleome/PartSeg
path: PartSeg
- uses: tlambert03/setup-qt-libs@v1.6
- uses: tlambert03/setup-qt-libs@v1.7
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down

0 comments on commit 88bf5bd

Please sign in to comment.