Skip to content

Commit 15ffc10

Browse files
Bump aws-actions/configure-aws-credentials from 4.0.1 to 4.0.2 (#36)
* Bump aws-actions/configure-aws-credentials from 4.0.1 to 4.0.2 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.1 to 4.0.2. - [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.0.1...v4.0.2) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ci 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> Co-authored-by: Said Sef <6002187+saidsef@users.noreply.github.com>
1 parent 0652555 commit 15ffc10

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@v4.0.1
92+
uses: aws-actions/configure-aws-credentials@v4.0.2
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)