1
0
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:
kodiakhq[bot] 2021-02-08 22:07:15 +00:00 committed by GitHub
commit 484fe0be30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
go-version: 1.15
-
name: Cache Go modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}