From 3d9e137c5ae57e8d6d986890b476cfa69a0f013a Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 21 May 2023 23:47:28 +0800 Subject: [PATCH] ci: --- .gitea/workflows/built-bin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 9dea80a..72d6224 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -14,10 +14,10 @@ jobs: go-version: '1.20' - name: Get Dependencies Index Hash - uses: actions/go-hashfiles@v0.0.1 + uses: https://github.com/KEINOS/gh-action-hash-for-cache@main id: hash-dependencies-index with: - patterns: '**/Cargo.lock' + path: '**/Cargo.lock' - name: Restore Dependencies id: restore-dependencies @@ -63,7 +63,7 @@ jobs: - id: restore-executable-binary name: Cache Executable Binaries - uses: actions/cache/restore@v3 + uses: https://github.com/actions/cache/restore@v3 with: path: ./network-monitor key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }}