diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 3993af5e0..abd73ccd7 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -47,7 +47,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Setup AWS SAM CLI - uses: aws-actions/setup-sam@v2 + uses: aws-actions/setup-sam@v3 with: use-installer: true # token: ${{ secrets.GITHUB_TOKEN }} # only enable if we run into throughput issues