mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-01 16:44:40 +00:00
chore(deps): update aws-actions/configure-aws-credentials action to v4 (#108)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
committed by
techknowlogick
parent
931864d5b8
commit
326210349c
@@ -43,7 +43,7 @@ jobs:
|
||||
run: |
|
||||
make build
|
||||
- name: aws credential configure
|
||||
uses: https://github.com/aws-actions/configure-aws-credentials@v1
|
||||
uses: https://github.com/aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
||||
|
||||
Reference in New Issue
Block a user