Skip to content

Commit 5345250

Browse files
authored
Merge pull request #248 from bervProject/dependabot/github_actions/aws-actions/configure-aws-credentials-6
build(deps): bump aws-actions/configure-aws-credentials from 5 to 6
2 parents 4e32683 + 2f19892 commit 5345250

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)