Skip to content

Commit 80c84b3

Browse files
chore(deps): bump aws-actions/configure-aws-credentials (#286)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@e3dd6a4...4fc4975) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a349f7 commit 80c84b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mainnet-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm run build-with-tracking:mainnet
3131

3232
- name: Configure AWS credentials
33-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 #v4.0.2
33+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3
3434
with:
3535
role-to-assume: ${{ secrets.MAINNET_ROLE_ARN }}
3636
aws-region: ${{ secrets.MAINNET_AWS_REGION }}

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm run build-with-tracking:staging
3131

3232
- name: Configure AWS credentials
33-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 #v4.0.2
33+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3
3434
with:
3535
role-to-assume: ${{ secrets.STAGING_ROLE_ARN }}
3636
aws-region: ${{ secrets.STAGING_AWS_REGION }}

.github/workflows/testnet-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm run build-with-tracking:testnet
3131

3232
- name: Configure AWS credentials
33-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 #v4.0.2
33+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3
3434
with:
3535
role-to-assume: ${{ secrets.TESTNET_ROLE_ARN }}
3636
aws-region: ${{ secrets.TESTNET_AWS_REGION }}

0 commit comments

Comments
 (0)