Skip to content

Commit

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

chore(deps): bump aws-actions/configure-aws-credentials from 3 to 4
  • Loading branch information
chizmw authored Oct 3, 2023
2 parents aeb143b + ba601e0 commit 639ec2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wild-white-moose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

<!-- markdownlint-disable MD041 -->chore(deps): bump aws-actions/configure-aws-credentials from 3 to 4
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@v3
uses: aws-actions/configure-aws-credentials@v4
with:
# yamllint disable rule:line-length
aws-access-key-id: ${{ secrets.CHIZOGRAPHY_GITHUB_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 639ec2d

Please sign in to comment.