Skip to content

Commit af25e73

Browse files
Bump aws-actions/configure-aws-credentials from 3.0.1 to 4.0.1 (#30)
* Bump aws-actions/configure-aws-credentials from 3.0.1 to 4.0.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3.0.1 to 4.0.1. - [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@v3.0.1...v4.0.1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci workflow trigger --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent eed6ff6 commit af25e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
id-token: write
9090
steps:
9191
- name: Configure AWS credentials
92-
uses: aws-actions/configure-aws-credentials@v3.0.1
92+
uses: aws-actions/configure-aws-credentials@v4.0.1
9393
with:
9494
aws-region: ${{ secrets.AWS_REGION }}
9595
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions

0 commit comments

Comments
 (0)