Skip to content

Commit

Permalink
Merge pull request #256 from RyoJerryYu/dependabot/github_actions/aws…
Browse files Browse the repository at this point in the history
…-actions/configure-aws-credentials-4

chore(deps): bump aws-actions/configure-aws-credentials from 1 to 4
  • Loading branch information
RyoJerryYu authored May 14, 2024
2 parents 37a0011 + 8ad25b3 commit 182b60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cat out/sitemap.xml
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cat out/sitemap.xml
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
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 182b60c

Please sign in to comment.