diff --git a/.github/workflows/bundler-spec-tests.yml b/.github/workflows/bundler-spec-tests.yml index f4368299..eb93941c 100644 --- a/.github/workflows/bundler-spec-tests.yml +++ b/.github/workflows/bundler-spec-tests.yml @@ -38,7 +38,7 @@ jobs: yarn install --frozen-lockfile && \ yarn compile && \ cd ../spec && \ - git checkout 2351f17 && \ + git checkout 2351f17 \ yarn install --frozen-lockfile && \ yarn build @@ -71,7 +71,7 @@ jobs: run: | cd @account-abstraction && \ git fetch --tags origin && \ - git checkout 465f22310fcc639964e6ab5f8aa648770c6d8981 && \ + git checkout v0.6.0 && \ yarn deploy --network localhost - name: Fund bundler