Skip to content

Commit 3003936

Browse files
committed
chore(deps): update aws-actions/setup-sam action to v3
1 parent 33ef065 commit 3003936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-blueprints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
# template (with absolute s3:// CodeUri values) to dist/template.yaml.
325325
# The hub CDK then uploads dist/template.yaml as the StackSet template.
326326
# No `sam build` needed: lambdas are pure Python with no native deps.
327-
- uses: aws-actions/setup-sam@v2
327+
- uses: aws-actions/setup-sam@v3
328328
with:
329329
use-installer: true
330330

0 commit comments

Comments
 (0)