From e81e606ddaafa3b4459a7dfc4aaa78f3ea492326 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Fri, 28 Jul 2023 22:25:30 +0200 Subject: [PATCH] .gitea/workflows/build.yml aktualisiert --- .gitea/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c36f74f..d7faa1f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -38,11 +38,11 @@ jobs: - uses: actions/setup-go@v3 with: go-version: '1.20' - - uses: actions/go-hashfiles@v0.0.1 + - uses: KEINOS/gh-action-hash-for-cache@v2.0.0-alpha id: get-cache-hash - with: - patterns: |- - **/package-lock.json + with: + path: | + package-lock.json - name: Show key future key value run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}" - name: Setup Chache @@ -81,11 +81,11 @@ jobs: - uses: actions/setup-go@v3 with: go-version: '1.20' - - uses: actions/go-hashfiles@v0.0.1 + - uses: KEINOS/gh-action-hash-for-cache@v2.0.0-alpha id: get-cache-hash - with: - patterns: |- - **/package-lock.json + with: + path: | + package-lock.json - name: Show key future key value run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}" - name: Setup Chache