From b8d124bcd4ac76c2b0dc7a48d7bc3ef22b6f4b65 Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 1 Aug 2023 23:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/multiple.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/multiple.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index a636007..8b33650 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -22,14 +22,9 @@ jobs: node-version: 16 cache: 'yarn' - - name: Setup Go - uses: actions/setup-go@v3 - with: - go-version: '1.20' - - name: Hash files id: get-hash - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 + uses: https://github.com/seepine/hash-files@1 patterns: '**/yarn.lock' - run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}