From fa65ff87bd186b7a2e52d12e01ee9c534f5ec1b0 Mon Sep 17 00:00:00 2001 From: Cookie Monster Date: Thu, 16 Jan 2025 09:32:39 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v4 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index cb1209a..e619c9a 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} aws-region: us-east-1