diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a19b8be..8e1ad1d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: node-version-file: '.nvmrc' cache: 'yarn' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: aws-region: eu-west-1 role-to-assume: ${{ secrets.AWS_ROLE_ARN }}