Skip to content

Commit

Permalink
chore(deps): update dependency aws-actions/configure-aws-credentials …
Browse files Browse the repository at this point in the history
…to v4 (.github/workflows/oidc.example.yml)
  • Loading branch information
IK Renovate Bot committed Sep 15, 2023
1 parent 864350c commit c0128c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} # github_oidc_role
Expand Down

0 comments on commit c0128c8

Please sign in to comment.