From 326210349c695f07e695291621d1c4204dddbe38 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Feb 2024 23:56:49 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v4 (#108) 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 5b0b9c1f..daa9cb3e 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -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}}