Skip to content

Commit 283d207

Browse files
Bump aws-actions/configure-aws-credentials from 4 to 5 (#228)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [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@v4...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa702bc commit 283d207

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-brew.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id-token: write
6060
steps:
6161
- name: Authenticate GitHub workflow to AWS
62-
uses: aws-actions/configure-aws-credentials@v4
62+
uses: aws-actions/configure-aws-credentials@v5
6363
with:
6464
role-to-assume: ${{ env.AWS_ROLE }}
6565
aws-region: ${{ env.AWS_REGION }}
@@ -99,7 +99,7 @@ jobs:
9999
uses: Homebrew/actions/setup-homebrew@master
100100

101101
- name: Authenticate GitHub workflow to AWS
102-
uses: aws-actions/configure-aws-credentials@v4
102+
uses: aws-actions/configure-aws-credentials@v5
103103
with:
104104
role-to-assume: ${{ env.AWS_ROLE }}
105105
aws-region: ${{ env.AWS_REGION }}
@@ -166,7 +166,7 @@ jobs:
166166
pattern: bottle-*
167167

168168
- name: Authenticate GitHub workflow to AWS
169-
uses: aws-actions/configure-aws-credentials@v4
169+
uses: aws-actions/configure-aws-credentials@v5
170170
with:
171171
role-to-assume: ${{ env.AWS_ROLE }}
172172
aws-region: ${{ env.AWS_REGION }}

.github/workflows/release-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build pip package
2222
run: python3 -m build
2323
- name: Authenticate GitHub workflow to AWS
24-
uses: aws-actions/configure-aws-credentials@v4
24+
uses: aws-actions/configure-aws-credentials@v5
2525
with:
2626
role-to-assume: ${{ env.AWS_ROLE }}
2727
aws-region: ${{ env.AWS_REGION }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
exit 1
3131
fi
3232
- name: Authenticate GitHub workflow to AWS
33-
uses: aws-actions/configure-aws-credentials@v4
33+
uses: aws-actions/configure-aws-credentials@v5
3434
with:
3535
role-to-assume: ${{ env.AWS_ROLE }}
3636
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)