We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ef065 commit 3003936Copy full SHA for 3003936
1 file changed
.github/workflows/deploy-blueprints.yml
@@ -324,7 +324,7 @@ jobs:
324
# template (with absolute s3:// CodeUri values) to dist/template.yaml.
325
# The hub CDK then uploads dist/template.yaml as the StackSet template.
326
# No `sam build` needed: lambdas are pure Python with no native deps.
327
- - uses: aws-actions/setup-sam@v2
+ - uses: aws-actions/setup-sam@v3
328
with:
329
use-installer: true
330
0 commit comments