diff --git a/.github/workflows/aws-emr-integration.yml b/.github/workflows/aws-emr-integration.yml index 9449d6e..6b21829 100644 --- a/.github/workflows/aws-emr-integration.yml +++ b/.github/workflows/aws-emr-integration.yml @@ -43,7 +43,7 @@ jobs: pip install -e ".[aws]" - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}