From dee4a09a99802c6476909f07d591e27aab28d779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:09:00 +0000 Subject: [PATCH] Bump osinfra-io/github-terraform-called-workflows from 0.2.2 to 0.2.3 Bumps [osinfra-io/github-terraform-called-workflows](https://github.com/osinfra-io/github-terraform-called-workflows) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/osinfra-io/github-terraform-called-workflows/releases) - [Commits](https://github.com/osinfra-io/github-terraform-called-workflows/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: osinfra-io/github-terraform-called-workflows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 4c16b7c..d054636 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -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 != 'dependabot[bot]' with: checkout_ref: ${{ github.ref }}