Skip to content

Commit 7caac6b

Browse files
β¬†οΈπŸ‘¨β€πŸ’» Update munich-quantum-toolkit/workflows action to v1.17.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e244e1 commit 7caac6b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

β€Ž.github/workflows/cd.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ permissions:
1414
jobs:
1515
build-sdist:
1616
name: 🐍 Packaging
17-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
17+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
1818

1919
build-wheel:
2020
name: 🐍 Packaging
21-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-build.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
21+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-build.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
2222

2323
deploy:
2424
if: github.event_name == 'release' && github.event.action == 'published'

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
change-detection:
2121
name: πŸ” Change
22-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
22+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
2323

2424
python-tests:
2525
name: 🐍 Test
@@ -29,15 +29,15 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
runs-on: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, windows-2022]
32-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
32+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
3333
with:
3434
runs-on: ${{ matrix.runs-on }}
3535

3636
python-coverage:
3737
name: 🐍 Coverage
3838
needs: [change-detection, python-tests]
3939
if: fromJSON(needs.change-detection.outputs.run-python-tests)
40-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
40+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
4141
permissions:
4242
contents: read
4343
id-token: write
@@ -46,19 +46,19 @@ jobs:
4646
name: 🐍 Lint
4747
needs: change-detection
4848
if: fromJSON(needs.change-detection.outputs.run-python-tests)
49-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
49+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
5050

5151
build-sdist:
5252
name: πŸš€ CD
5353
needs: change-detection
5454
if: fromJSON(needs.change-detection.outputs.run-cd)
55-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
55+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
5656

5757
build-wheel:
5858
name: πŸš€ CD
5959
needs: change-detection
6060
if: fromJSON(needs.change-detection.outputs.run-cd)
61-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-build.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
61+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-build.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
6262

6363
required-checks-pass: # This job does nothing and is only used for branch protection
6464
name: 🚦 Check

0 commit comments

Comments
Β (0)