Skip to content

Commit d4056f8

Browse files
[skip ci] Bump aws-actions/aws-cloudformation-github-deploy from 1 to 2 in the dependencies group (#376)
* Bump aws-actions/aws-cloudformation-github-deploy Bumps the dependencies group with 1 update: [aws-actions/aws-cloudformation-github-deploy](https://github.com/aws-actions/aws-cloudformation-github-deploy). Updates `aws-actions/aws-cloudformation-github-deploy` from 1 to 2 - [Release notes](https://github.com/aws-actions/aws-cloudformation-github-deploy/releases) - [Changelog](https://github.com/aws-actions/aws-cloudformation-github-deploy/blob/master/CHANGELOG.md) - [Commits](aws-actions/aws-cloudformation-github-deploy@v1...v2) --- updated-dependencies: - dependency-name: aws-actions/aws-cloudformation-github-deploy dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update deploy-penny.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gwynne Raskind <gwynne@vapor.codes>
1 parent c577279 commit d4056f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-penny.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ jobs:
9696
wait-for-service-stability: true
9797

9898
- name: Deploy to AWS cloudformation
99-
uses: aws-actions/aws-cloudformation-github-deploy@v1
99+
uses: aws-actions/aws-cloudformation-github-deploy@v2
100100
with:
101101
name: penny-discord-bot-stack
102102
template: ./deploy/penny-discord-bot-stack.yml
103-
no-fail-on-empty-changeset: "1"
104103
parameter-overrides: >-
105104
TaskDefinition=${{ steps.task-dep.outputs.task-definition-arn }}

0 commit comments

Comments
 (0)