Skip to content

Commit 409a04f

Browse files
committed
Update deploy
1 parent 478e3cd commit 409a04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: oven-sh/setup-bun@v2
1313
- uses: jongwooo/next-cache@v1
1414
- name: Setup AWS CLI
15-
uses: aws-actions/configure-aws-credentials@v1
15+
uses: aws-actions/configure-aws-credentials@v4
1616
with:
1717
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
1818
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)