diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75cbb009d1..f1dfc9825e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,7 @@ jobs: # run: npm run test - name: 🔐 Setup AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_RAPID_DEPLOY_ROLE_ARN }} role-duration-seconds: 900 # the ttl of the session, in seconds.