From 1c5cd5d5e0fd855a81b1c070bbae5a3d050bd391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 23:09:37 +0000 Subject: [PATCH] Bump osinfra-io/github-terraform-called-workflows from 0.2.0 to 0.2.1 Bumps [osinfra-io/github-terraform-called-workflows](https://github.com/osinfra-io/github-terraform-called-workflows) from 0.2.0 to 0.2.1. - [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.0...v0.2.1) --- 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 9082586..ccd793d 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -17,7 +17,7 @@ permissions: jobs: global_infra: name: "Global" - uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.0 + uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.1 if: github.actor != 'dependabot[bot]' with: checkout_ref: ${{ github.ref }}