Skip to content

Commit 53128e9

Browse files
build(deps): bump aws-actions/aws-cloudformation-github-deploy from 1 to 2 (#321)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd609ee commit 53128e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cf-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
aws s3 cp ${{inputs.zip-file-name}} s3://${{ inputs.s3-bucket }}/${{ inputs.bucket-prefix }}/
109109
110110
- name: 🚀 Deploy cloudformation stack using template
111-
uses: aws-actions/aws-cloudformation-github-deploy@v1
111+
uses: aws-actions/aws-cloudformation-github-deploy@v2
112112
with:
113113
name: ${{ inputs.stack-name }}
114114
template: ${{ inputs.template-path }}

0 commit comments

Comments
 (0)