Skip to content

Commit

Permalink
ci: use a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Sep 29, 2023
1 parent cf5cf77 commit 0f4a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build Site
run: npm run build
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
role-session-name: GitHub-Action-Role
Expand Down

0 comments on commit 0f4a013

Please sign in to comment.