Skip to content

Commit

Permalink
refactor: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Apr 29, 2024
1 parent 7581477 commit 8cffe4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: youyo/aws-cdk-github-actions@v2
with:
cdk_subcommand: 'synth'
cdk_version: '2.115.0'
cdk_version: '2.135.0'
working_dir: 'cdk'
cdk_args: '--context stage=dev'
env:
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/rds-stack.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports[`RdsStack Created 1`] = `
"DeletionProtection": false,
"EnablePerformanceInsights": false,
"Engine": "postgres",
"EngineVersion": "12.14",
"EngineVersion": "12.17",
"MasterUserPassword": {
"Ref": "SsmParameterValuedecidimcfjstagingRDSPASSWORDC96584B6F00A464EAD1953AFF4B05118Parameter",
},
Expand Down

0 comments on commit 8cffe4b

Please sign in to comment.