From 21c8251621a68286db736b74fc77b5f4f94e0944 Mon Sep 17 00:00:00 2001 From: Cafe137 Date: Mon, 25 Nov 2024 09:06:28 +0100 Subject: [PATCH] ci: remove updat supported bee action --- .github/workflows/check.yaml | 7 ------- 1 file changed, 7 deletions(-) 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