Skip to content

Commit

Permalink
fix: Update AWS configure action version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadillidiid committed Apr 8, 2024
1 parent 2dab9b3 commit ed852f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-duration-seconds: 600
Expand Down

0 comments on commit ed852f4

Please sign in to comment.