diff --git a/.github/workflows/gateway-e2e.yml b/.github/workflows/gateway-e2e.yml index 0b5c7383..f41b0b9d 100644 --- a/.github/workflows/gateway-e2e.yml +++ b/.github/workflows/gateway-e2e.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: run_install: false