From 3f2fdd9c42dad1579b3ac4f8659d04c71c4c2e72 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 Feb 2026 00:15:40 +0000 Subject: [PATCH] chore(deps): update https://github.com/aws-actions/configure-aws-credentials action to v6 (#96) Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/96 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 174afc9..35fbb52 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -59,7 +59,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 }}