Skip to content

Commit

Permalink
chore: Upgrade aws-cloudformation-github-deploy (#606)
Browse files Browse the repository at this point in the history
Upgrade to `aws-actions/[email protected]` which exposes stack outputs to actions (and fixes some non-relevant issues).

aws-actions/aws-cloudformation-github-deploy#23
  • Loading branch information
kichik authored Jun 5, 2023
1 parent 8605038 commit 0373360
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ export class GitHubWorkflow extends PipelineBase {
...this.stepsToConfigureAws(region, assumeRoleArn),
{
id: 'Deploy',
uses: 'aws-actions/aws-cloudformation-github-deploy@v1.1.0',
uses: 'aws-actions/aws-cloudformation-github-deploy@v1.2.0',
with: params,
},
],
Expand Down
16 changes: 8 additions & 8 deletions test/__snapshots__/github.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/__snapshots__/runner-provided.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions test/__snapshots__/stage-options.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0373360

Please sign in to comment.