Skip to content

Commit 1d9f85b

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 5 to 6 (#29)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5 to 6. - [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@v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dc7a9d commit 1d9f85b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "The current production deploy runs locally on the EC2 self-hosted runner and does not require SSH deployment."
3939
4040
- name: Configure AWS credentials via GitHub OIDC
41-
uses: aws-actions/configure-aws-credentials@v5
41+
uses: aws-actions/configure-aws-credentials@v6
4242
with:
4343
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
4444
aws-region: us-east-1

0 commit comments

Comments
 (0)