Skip to content

Commit a63b141

Browse files
committed
chore(github): use v4 of aws creds GA
1 parent b69e4b6 commit a63b141

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
yq -i '.stages.prod.params.customDomainName = "${{ vars.CUSTOM_DOMAIN_NAME }}"' serverless-compose.yml
3131
yq -i '.stages.prod.params.customDomainCertificateARN = "${{ vars.CUSTOM_DOMAIN_CERTIFICATE_ARN }}"' serverless-compose.yml
3232
- name: Configure AWS Credentials - Serverless Marketing AWS Account
33-
uses: aws-actions/configure-aws-credentials@v2
33+
uses: aws-actions/configure-aws-credentials@v4
3434
with:
3535
role-to-assume: arn:aws:iam::488110005556:role/GithubActionsDeploymentRole
3636
aws-region: us-east-1

.github/workflows/pr-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626
- name: Configure AWS Credentials - Serverless Marketing AWS Account
27-
uses: aws-actions/configure-aws-credentials@v2
27+
uses: aws-actions/configure-aws-credentials@v4
2828
with:
2929
role-to-assume: arn:aws:iam::488110005556:role/GithubActionsDeploymentRole
3030
aws-region: us-east-1

.github/workflows/pr-remove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626
- name: Configure AWS Credentials - Serverless Marketing AWS Account
27-
uses: aws-actions/configure-aws-credentials@v2
27+
uses: aws-actions/configure-aws-credentials@v4
2828
with:
2929
role-to-assume: arn:aws:iam::488110005556:role/GithubActionsDeploymentRole
3030
aws-region: us-east-1

0 commit comments

Comments
 (0)