Skip to content

Commit

Permalink
fix: use the latest version of onramper/action-deploy-aws-static-site…
Browse files Browse the repository at this point in the history
… action
  • Loading branch information
ajantis committed Nov 1, 2023
1 parent e975ce1 commit 38cd07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
STAGE: ${{ steps.git-branch.outputs.stage }}
- name: Deploy to static site
uses: onramper/action-deploy-aws-static-site@v2
uses: onramper/action-deploy-aws-static-site@v3.2.0
with:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 38cd07e

Please sign in to comment.