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 }}