From 1159a6f1193150681b8484545150334e89de6c1c Mon Sep 17 00:00:00 2001 From: Artem Zhelezov <36639304+zhelezovartem@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:22:56 +0500 Subject: [PATCH] ci: update gh-workflow-tf-plan-apply action to get rid of deprecations --- .github/workflows/sub_deploy_to_beta.yml | 2 +- .github/workflows/sub_deploy_to_prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sub_deploy_to_beta.yml b/.github/workflows/sub_deploy_to_beta.yml index 26cf9e6..df8ef10 100644 --- a/.github/workflows/sub_deploy_to_beta.yml +++ b/.github/workflows/sub_deploy_to_beta.yml @@ -69,7 +69,7 @@ jobs: permissions: id-token: write contents: write - uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.18 + uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.20 with: aws_region: ${{ needs.variables.outputs.aws_region }} aws_role_arn: arn:aws:iam::${{ needs.variables.outputs.aws_account_id }}:role/${{ needs.variables.outputs.gh_actions_iam_role_name }} diff --git a/.github/workflows/sub_deploy_to_prod.yml b/.github/workflows/sub_deploy_to_prod.yml index 0f643f4..70a7064 100644 --- a/.github/workflows/sub_deploy_to_prod.yml +++ b/.github/workflows/sub_deploy_to_prod.yml @@ -42,7 +42,7 @@ jobs: permissions: id-token: write contents: write - uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.18 + uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.20 with: aws_region: ${{ needs.variables.outputs.aws_region }} aws_role_arn: arn:aws:iam::${{ needs.variables.outputs.aws_account_id }}:role/${{ needs.variables.outputs.gh_actions_iam_role_name }}