diff --git a/.github/workflows/cf-deploy.yml b/.github/workflows/cf-deploy.yml index 41ecbcfe..c3d5837f 100644 --- a/.github/workflows/cf-deploy.yml +++ b/.github/workflows/cf-deploy.yml @@ -108,7 +108,7 @@ jobs: aws s3 cp ${{inputs.zip-file-name}} s3://${{ inputs.s3-bucket }}/${{ inputs.bucket-prefix }}/ - name: 🚀 Deploy cloudformation stack using template - uses: aws-actions/aws-cloudformation-github-deploy@v1 + uses: aws-actions/aws-cloudformation-github-deploy@v2 with: name: ${{ inputs.stack-name }} template: ${{ inputs.template-path }}