Skip to content

Commit

Permalink
Bump osinfra-io/github-terraform-called-workflows from 0.2.2 to 0.2.3 (
Browse files Browse the repository at this point in the history
…#26)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 89f5589 commit df17748
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/non-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
global:
name: "Global"
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.2
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.3
if: github.actor != 'osinfra-sa'
with:
checkout_ref: ${{ github.ref }}
Expand All @@ -40,7 +40,7 @@ jobs:
us_east1:
name: "Regional: us-east1"
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.2
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.3
if: github.actor != 'dependabot[bot]'
needs: global
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
global:
name: "Global"
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.2
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.3
if: github.event.workflow_run.conclusion == 'success'
with:
checkout_ref: ${{ github.ref }}
Expand All @@ -40,7 +40,7 @@ jobs:
us_east1:
name: "Regional: us-east1"
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.2
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.3
if: github.actor != 'dependabot[bot]'
needs: global
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
global:
name: "Global"
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.2
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.3
if: github.actor != 'dependabot[bot]'
with:
checkout_ref: ${{ github.ref }}
Expand All @@ -41,7 +41,7 @@ jobs:
us_east1:
name: "Regional: us-east1"
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.2
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.3
if: github.actor != 'dependabot[bot]'
needs: global
with:
Expand Down

0 comments on commit df17748

Please sign in to comment.