Skip to content

Commit

Permalink
chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to…
Browse files Browse the repository at this point in the history
… 4.0.3 (#224)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 09faf72 commit 366df75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-component-parallelization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
path: .nyc_output/
merge-multiple: true

- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
- uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
if: ${{ github.event_name == 'pull_request' || github.ref_name == 'develop' }}
with:
aws-region: eu-west-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ jobs:
sudo ./aws/install
shell: bash

- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
- uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
with:
aws-region: eu-west-1
role-to-assume: ${{ secrets.CLOUDFRONT_ROLE_DOC_PRODUCTION }}
Expand Down

0 comments on commit 366df75

Please sign in to comment.