Skip to content

Commit

Permalink
Merge pull request #213 from chizmw/dependabot/github_actions/aws-act…
Browse files Browse the repository at this point in the history
…ions/configure-aws-credentials-3

Bump aws-actions/configure-aws-credentials from 2 to 3
  • Loading branch information
chizmw authored Aug 27, 2023
2 parents 9674e44 + 6eda147 commit 0d7367a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/racial-lime-ladybug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'cookiecutter-chizovation': patch
---

<!-- markdownlint-disable MD041 -->

Bump aws-actions/configure-aws-credentials from 2 to 3

2 changes: 1 addition & 1 deletion .github/workflows/terraform-serverless-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

# do this early so it can fail fast
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
# yamllint disable rule:line-length
aws-access-key-id: ${{ secrets.CHIZOGRAPHY_GITHUB_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 0d7367a

Please sign in to comment.