Skip to content

Commit

Permalink
back to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Aug 13, 2023
1 parent 62be433 commit 168564e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: "18"
cache: "npm"
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: us-west-2
role-session-name: GitHubActions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: "18"
cache: "npm"
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: us-west-2
role-session-name: GitHubActions
Expand Down

0 comments on commit 168564e

Please sign in to comment.