Skip to content

Commit a2f6374

Browse files
Consume latest workflows
1 parent f871652 commit a2f6374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
contents: read
1212
issues: write
1313
pull-requests: write
14-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.4.0
14+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.5.0
1515
secrets: inherit # pragma: allowlist secret

.github/workflows/pull-request-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
checks: write
1313
pull-requests: write
14-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-python-uv-pytest.yml@feature/python-uv-pytest-workflow
14+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-python-uv-pytest.yml@0.5.0
1515
with:
1616
report-coverage: false
1717
secrets: inherit # pragma: allowlist secret

0 commit comments

Comments
 (0)