mirror of
https://github.com/nikoksr/notify.git
synced 2025-02-13 13:18:35 +02:00
build(deps): bump actions/cache from v2 to v2.1.4 (#36)
build(deps): bump actions/cache from v2 to v2.1.4
This commit is contained in:
commit
484fe0be30
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
go-version: 1.15
|
go-version: 1.15
|
||||||
-
|
-
|
||||||
name: Cache Go modules
|
name: Cache Go modules
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user