From 1245a73e18cd93c33a3362e149059bdf4b6c407a Mon Sep 17 00:00:00 2001 From: bradjohnl Date: Mon, 18 Dec 2023 19:03:54 +0100 Subject: [PATCH] ci: upgrade aws credentials action --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 9945494f..0797ddb6 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -38,7 +38,7 @@ jobs: # TODO: use GitHub's OIDC provider in conjunction with a configured AWS IAM Identity Provider endpoint instead - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}