From e14beffed3b4f84152d898ecc84fadea84edde54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:06:04 +0000 Subject: [PATCH] ci(dependabot): bump tlambert03/setup-qt-libs from 1.5 to 1.7 Bumps [tlambert03/setup-qt-libs](https://github.com/tlambert03/setup-qt-libs) from 1.5 to 1.7. - [Release notes](https://github.com/tlambert03/setup-qt-libs/releases) - [Commits](https://github.com/tlambert03/setup-qt-libs/compare/v1.5...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] --- .github/workflows/test_and_deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index f5fa85af2..66647f529 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -45,7 +45,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - uses: tlambert03/setup-qt-libs@v1.5 + - uses: tlambert03/setup-qt-libs@v1.7 - name: Install dependencies run: python -m pip install --upgrade hatch @@ -69,7 +69,7 @@ jobs: with: python-version: "3.11" - - uses: tlambert03/setup-qt-libs@v1.5 + - uses: tlambert03/setup-qt-libs@v1.7 - name: Install dependencies run: | @@ -92,7 +92,7 @@ jobs: with: repository: napari/napari path: napari-from-github - - uses: tlambert03/setup-qt-libs@v1.5 + - uses: tlambert03/setup-qt-libs@v1.7 - uses: actions/setup-python@v4 with: python-version: "3.10" @@ -117,7 +117,7 @@ jobs: with: repository: hanjinliu/magic-class path: magic-class - - uses: tlambert03/setup-qt-libs@v1.5 + - uses: tlambert03/setup-qt-libs@v1.7 - uses: actions/setup-python@v4 with: python-version: "3.10" @@ -145,7 +145,7 @@ jobs: with: repository: stardist/stardist-napari path: stardist-napari - - uses: tlambert03/setup-qt-libs@v1.5 + - uses: tlambert03/setup-qt-libs@v1.7 - uses: actions/setup-python@v4 with: python-version: "3.10" @@ -173,7 +173,7 @@ jobs: with: repository: 4DNucleome/PartSeg path: PartSeg - - uses: tlambert03/setup-qt-libs@v1.5 + - uses: tlambert03/setup-qt-libs@v1.7 - uses: actions/setup-python@v4 with: python-version: "3.10"