Skip to content

Commit 9e57dee

Browse files
authored
Merge pull request #220 from bervProject/dependabot/github_actions/aws-actions/configure-aws-credentials-5
build(deps): bump aws-actions/configure-aws-credentials from 4 to 5
2 parents be3a273 + 3c179ab commit 9e57dee

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@v4 # More information on this action can be found below in the 'AWS Credentials' section
21+
uses: aws-actions/configure-aws-credentials@v5 # 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@v4 # More information on this action can be found below in the 'AWS Credentials' section
68+
uses: aws-actions/configure-aws-credentials@v5 # 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)