From 4ae4299d5c2f0b3ecb38873837a047dbc127c6e5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Feb 2026 00:03:37 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6 (#333) Reviewed-on: https://gitea.com/gitea/docs/pulls/333 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index eba31d2c..1814fbb9 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -32,7 +32,7 @@ jobs: run: | make build - name: aws credential configure - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}