Skip to content

Commit 2f19892

Browse files
build(deps): bump aws-actions/configure-aws-credentials from 5 to 6
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5 to 6. - [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@v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e32683 commit 2f19892

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: '3.13'
2020
- name: Configure AWS credentials
21-
uses: aws-actions/configure-aws-credentials@v5 # More information on this action can be found below in the 'AWS Credentials' section
21+
uses: aws-actions/configure-aws-credentials@v6 # More information on this action can be found below in the 'AWS Credentials' section
2222
with:
2323
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
2424
role-session-name: ${{ secrets.AWS_ROLE_SESSION_NAME }}
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: '22.x'
6767
- name: Configure AWS credentials
68-
uses: aws-actions/configure-aws-credentials@v5 # More information on this action can be found below in the 'AWS Credentials' section
68+
uses: aws-actions/configure-aws-credentials@v6 # More information on this action can be found below in the 'AWS Credentials' section
6969
with:
7070
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
7171
role-session-name: ${{ secrets.AWS_ROLE_SESSION_NAME }}

0 commit comments

Comments
 (0)