Skip to content

Commit

Permalink
ci(deps): update terraform-ibm-modules/common-pipeline-assets action …
Browse files Browse the repository at this point in the history
…to v1.12.2 (#414)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
terraform-ibm-modules-ops and renovate-bot authored May 20, 2023
1 parent 106b399 commit e0651e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
call-terraform-ci-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci.yml@v1.9.1
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci.yml@v1.12.2
secrets: inherit
with:
craTarget: "examples/new-resource-group"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:
jobs:
call-terraform-release-pipeline:
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.9.1
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.12.2
secrets: inherit

0 comments on commit e0651e5

Please sign in to comment.