Skip to content

Commit

Permalink
Merge pull request #63 from liquibase/dependabot/github_actions/aws-a…
Browse files Browse the repository at this point in the history
…ctions/configure-aws-credentials-3

chore(deps): bump aws-actions/configure-aws-credentials from 2 to 3
  • Loading branch information
jandroav authored Sep 4, 2023
2 parents 4d31322 + f7d83e1 commit dd7c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
ruby-version: 3.1.4

- 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_PROD_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_PROD_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit dd7c2a6

Please sign in to comment.