From d8265c8bd52c17e815250ec1948ce953e33995e5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Feb 2026 23:14:37 +0000 Subject: [PATCH] chore(deps): update https://github.com/aws-actions/configure-aws-credentials action to v6 (#1024) Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/1024 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 5ef1ed3..09d87c7 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -86,7 +86,7 @@ jobs: helm registry logout registry-1.docker.io - name: aws credential configure - uses: https://github.com/aws-actions/configure-aws-credentials@v5 + uses: https://github.com/aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}