Bump actions/cache from 2 to 3.0.1 (#10)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
go-version: [1.13, 1.14, 1.15, 1.16, 1.17]
|
go-version: [1.13, 1.14, 1.15, 1.16, 1.17]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3.0.1
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|||||||
Reference in New Issue
Block a user