Skip to content

Commit

Permalink
chore(deps): update aws-actions/configure-aws-credentials action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 149f05b commit 3b84407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
echo "S3_BASE_FOLDER=$S3_BASE_FOLDER/test" >> $GITHUB_ENV
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v3
with:
aws-access-key-id: ${{ secrets.COREINT_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.COREINT_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 3b84407

Please sign in to comment.