Skip to content

Commit

Permalink
upgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed May 2, 2024
1 parent be6f647 commit dfe5031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tf-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v3
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.TF_READ_ONLY_GITHUB_OIDC_ROLE_ARN }}
aws-region: eu-west-1
Expand Down

0 comments on commit dfe5031

Please sign in to comment.