diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 58c2fdca..b938e02f 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -56,13 +56,6 @@ jobs: - name: Types check run: npm run check:types - - name: Update supported Bee action - uses: ethersphere/update-supported-bee-action@v1 - if: github.ref == 'refs/heads/master' - with: - updateEngine: true - token: ${{ secrets.GHA_PAT_BASIC }} - - name: Build run: npm run build