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