From e193d05417347c05a5cc3228fcb1821ab5d87125 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 13:05:31 +0200 Subject: [PATCH] Update action file --- .gitea/worlflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/worlflows/linux.yaml b/.gitea/worlflows/linux.yaml index 25559f2..4a18ccb 100644 --- a/.gitea/worlflows/linux.yaml +++ b/.gitea/worlflows/linux.yaml @@ -31,7 +31,7 @@ jobs: cat ${{ github.workspace }}/packages.txt - name: Calc deps hash - uses: https://gitea.com/seepine/hash-files@v1 + uses: seepine/hash-files@v1 id: get-hash with: patterns: 'packages.txt'