Skip to content

Commit

Permalink
Merge pull request #19 from cookiecutter-openedx/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/aws-actions/configure-aws-credentials-3

Bump aws-actions/configure-aws-credentials from 2 to 3
  • Loading branch information
lpm0073 authored Aug 25, 2023
2 parents d099203 + 8bb0958 commit f87858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# required antecedent
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
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 f87858b

Please sign in to comment.