Skip to content

Commit 7a44519

Browse files
ci(action): update aws-actions/setup-sam action to v3
1 parent 9c526aa commit 7a44519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 24
1616
cache: npm
1717
- run: npm ci
18-
- uses: aws-actions/setup-sam@v2
18+
- uses: aws-actions/setup-sam@v3
1919
- uses: aws-actions/configure-aws-credentials@v6
2020
with:
2121
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)