Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 82af420

Browse files
authored
ci(deps): bump aws-actions/configure-aws-credentials from v1 to v1-node16 (#2421)
1 parent 21fb198 commit 82af420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run build
3333

3434
- name: Configure AWS credentials for stage
35-
uses: aws-actions/configure-aws-credentials@v1
35+
uses: aws-actions/configure-aws-credentials@v1-node16
3636
with:
3737
aws-access-key-id: ${{ secrets.STAGE_AWS_ACCESS_KEY_ID }}
3838
aws-secret-access-key: ${{ secrets.STAGE_AWS_ACCESS_KEY_SECRET }}

0 commit comments

Comments
 (0)