From 5b36deb7ddd20e90249e2749e81df73361a692ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:14:46 +0000 Subject: [PATCH] Bump launchbynttdata/launch-workflows from 0.5.0 to 0.8.0 Bumps [launchbynttdata/launch-workflows](https://github.com/launchbynttdata/launch-workflows) from 0.5.0 to 0.8.0. - [Release notes](https://github.com/launchbynttdata/launch-workflows/releases) - [Changelog](https://github.com/launchbynttdata/launch-workflows/blob/main/docs/reusable-release-draft-on-merge.md) - [Commits](https://github.com/launchbynttdata/launch-workflows/compare/0.5.0...0.8.0) --- updated-dependencies: - dependency-name: launchbynttdata/launch-workflows dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-label.yml | 2 +- .github/workflows/pull-request-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-label.yml b/.github/workflows/pull-request-label.yml index 68fb755..a5e292f 100644 --- a/.github/workflows/pull-request-label.yml +++ b/.github/workflows/pull-request-label.yml @@ -11,5 +11,5 @@ jobs: contents: read issues: write pull-requests: write - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.5.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.8.0 secrets: inherit # pragma: allowlist secret diff --git a/.github/workflows/pull-request-tests.yml b/.github/workflows/pull-request-tests.yml index ee8c627..5c39885 100644 --- a/.github/workflows/pull-request-tests.yml +++ b/.github/workflows/pull-request-tests.yml @@ -11,7 +11,7 @@ jobs: contents: read checks: write pull-requests: write - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-python-uv-pytest.yml@0.5.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-python-uv-pytest.yml@0.8.0 with: report-coverage: false secrets: inherit # pragma: allowlist secret