ci:
This commit is contained in:
parent
78b5472b06
commit
3d9e137c5a
@ -14,10 +14,10 @@ jobs:
|
|||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
|
|
||||||
- name: Get Dependencies Index Hash
|
- 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
|
id: hash-dependencies-index
|
||||||
with:
|
with:
|
||||||
patterns: '**/Cargo.lock'
|
path: '**/Cargo.lock'
|
||||||
|
|
||||||
- name: Restore Dependencies
|
- name: Restore Dependencies
|
||||||
id: restore-dependencies
|
id: restore-dependencies
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
|
|
||||||
- id: restore-executable-binary
|
- id: restore-executable-binary
|
||||||
name: Cache Executable Binaries
|
name: Cache Executable Binaries
|
||||||
uses: actions/cache/restore@v3
|
uses: https://github.com/actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: ./network-monitor
|
path: ./network-monitor
|
||||||
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }}
|
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }}
|
||||||
|
Loading…
Reference in New Issue
Block a user