Skip to content

Commit 6306282

Browse files
ci(deps): update terraform-ibm-modules/common-pipeline-assets action to v1.8.1 (#97)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d12bda1 commit 6306282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
call-terraform-ci-pipeline:
16-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].0
16+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].1
1717
secrets: inherit
1818
with:
1919
craTarget: "examples/basic"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ on:
1313
jobs:
1414
call-terraform-release-pipeline:
1515
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
16-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].0
16+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].1
1717
secrets: inherit

0 commit comments

Comments
 (0)