Skip to content

Commit c0386dd

Browse files
Bump launchbynttdata/launch-workflows from 0.8.0 to 0.10.0
Bumps [launchbynttdata/launch-workflows](https://github.com/launchbynttdata/launch-workflows) from 0.8.0 to 0.10.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](launchbynttdata/launch-workflows@0.8.0...0.10.0) --- updated-dependencies: - dependency-name: launchbynttdata/launch-workflows dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60de2f0 commit c0386dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8.0
14+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.10.0
1515
secrets: inherit # pragma: allowlist secret

.github/workflows/pull-request-terraform-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
id-token: write
18-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terraform-check-aws.yml@0.8.0
18+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terraform-check-aws.yml@0.10.0
1919
with:
2020
assume_role_arn: ${{ vars.TERRAFORM_CHECK_AWS_ASSUME_ROLE_ARN }}
2121
region: ${{ vars.TERRAFORM_CHECK_AWS_REGION }}

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
permissions:
1515
contents: write
1616
pull-requests: write
17-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-release-on-merge.yml@0.8.0
17+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-release-on-merge.yml@0.10.0
1818
secrets: inherit # pragma: allowlist secret

0 commit comments

Comments
 (0)