updated workflows to remove the deprication issue (#19464)

Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
This commit is contained in:
tarunpandey23 2025-02-11 10:41:53 +05:30 committed by GitHub
parent 7e7691df15
commit 372953fc88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ jobs:
- name: configure aws credentials
if: contains('quicksight', matrix.e2e-test) || contains('datalake_s3', matrix.e2e-test) || contains('athena', matrix.e2e-test)
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.E2E_AWS_IAM_ROLE_ARN }}
role-session-name: github-ci-aws-e2e-tests

View File

@ -55,7 +55,7 @@ jobs:
docker-images: false
- name: Wait for the labeler
uses: lewagon/wait-on-check-action@v1.3.3
uses: lewagon/wait-on-check-action@v1.3.4
if: ${{ github.event_name == 'pull_request_target' }}
with:
ref: ${{ github.event.pull_request.head.sha }}