Skip to content

Commit 1028c84

Browse files
chore: Bump aws-actions/configure-aws-credentials from 4 to 5 (#93)
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 f47b883 commit 1028c84

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
@@ -44,7 +44,7 @@ jobs:
4444
run: terraform validate
4545
- name: Configure AWS credentials
4646
if: github.event_name == 'push' && github.repository == 'unfunco/terraform-aws-oidc-github'
47-
uses: aws-actions/configure-aws-credentials@v4
47+
uses: aws-actions/configure-aws-credentials@v5
4848
with:
4949
aws-region: ${{ vars.AWS_REGION }}
5050
role-session-name: OIDCGitHubActionsTerraformTest${{ github.run_id }}

0 commit comments

Comments
 (0)