From 9ed97b1898b31708a3c069b2e8dee93cfa7cf6bb Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 1 Aug 2023 23:39:18 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 8b33650..78233eb 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -24,7 +24,7 @@ jobs: - name: Hash files id: get-hash - uses: https://github.com/seepine/hash-files@1 + uses: https://github.com/seepine/hash-files@v1 patterns: '**/yarn.lock' - run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}