From f3cfc0ea7eab830cf9a1842bf269ef608c4c1474 Mon Sep 17 00:00:00 2001 From: Artem Zhelezov <36639304+zhelezovartem@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:53:57 +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 3d77a17c..feef4eca 100644 --- a/.github/workflows/sub_deploy_to_beta.yml +++ b/.github/workflows/sub_deploy_to_beta.yml @@ -73,7 +73,7 @@ jobs: permissions: id-token: write contents: write - uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.19 + 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 4db0b7f6..8abbed98 100644 --- a/.github/workflows/sub_deploy_to_prod.yml +++ b/.github/workflows/sub_deploy_to_prod.yml @@ -46,7 +46,7 @@ jobs: permissions: id-token: write contents: write - uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.19 + 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 }}