diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52ab6df2..0b71291d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -90,7 +90,7 @@ jobs: template: "${{github.workspace}}/${{inputs.CLOUD_FORMATION_TEMPLATE_FILE}}" - name: "Configure AWS Credentials" - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: aws-access-key-id: ${{secrets.AWS_DOCKER_CONTAINER_REGISTRY_ACCESS_KEY_ID}} aws-secret-access-key: ${{secrets.AWS_DOCKER_CONTAINER_REGISTRY_SECRET_ACCESS_KEY}}