We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478e3cd commit 409a04fCopy full SHA for 409a04f
.github/workflows/deploy.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: oven-sh/setup-bun@v2
13
- uses: jongwooo/next-cache@v1
14
- name: Setup AWS CLI
15
- uses: aws-actions/configure-aws-credentials@v1
+ uses: aws-actions/configure-aws-credentials@v4
16
with:
17
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
18
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments