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 }}