From 6ca5afe81c02c04564d1688722f269a72100d9a3 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 12:05:20 +0200 Subject: [PATCH] mhukh --- .gitea/workflows/linux.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index d7f0814..ab69667 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -25,11 +25,11 @@ jobs: cat ~/packages.hash - name: Calc deps hash - uses: seepine/hash-files@v1 + uses: actions/go-hashfiles@v0.0.1 id: get-hash with: patterns: | - **/*.hash + ~/packages.hash - name: Packages cache uses: actions/cache@v4