Skip to content

Commit bc947d3

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

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,5 +13,5 @@ on:
1313

1414
jobs:
1515
call-terraform-ci-pipeline:
16-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci.yml@v1.6.0
16+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci.yml@v1.7.1
1717
secrets: inherit

.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/common-release.yml@v1.6.0
16+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.7.1
1717
secrets: inherit

0 commit comments

Comments
 (0)