From ed751985285791649a01164cc15117c01543214d Mon Sep 17 00:00:00 2001 From: Cafe137 <77121044+Cafe137@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:27:24 +0100 Subject: [PATCH] ci: remove update supported bee action (#682) --- .github/workflows/check.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 58c2fdc..b938e02 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