1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-10 00:28:36 +02:00

Merge branch 'main' into imgbot

This commit is contained in:
Niko Köser 2021-04-27 07:47:58 +02:00 committed by GitHub
commit 545971b7f3
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') }}