1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-12-02 08:51:50 +02:00

Merge pull request #77 from nikoksr/dependabot/github_actions/actions/cache-v2.1.5

build(deps): bump actions/cache from v2.1.4 to v2.1.5
This commit is contained in:
Niko Köser 2021-04-27 07:47:44 +02:00 committed by GitHub
commit e31f191118
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.1.4
uses: actions/cache@v2.1.5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}