Merge pull request #94 from systemli/dependabot/github_actions/actions/cache-3

⬆️ Bump actions/cache from 2 to 3
This commit is contained in:
Dwight Donovan Benvenuto 2022-03-28 09:54:04 +02:00 committed by GitHub
commit 86d8462564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ jobs:
go-version: '1.17.x' go-version: '1.17.x'
- name: Cache Go Dependencies - name: Cache Go Dependencies
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build
@ -48,7 +48,7 @@ jobs:
go-version: '1.17.x' go-version: '1.17.x'
- name: Cache Go Dependencies - name: Cache Go Dependencies
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build

View file

@ -18,7 +18,7 @@ jobs:
go-version: '1.17.x' go-version: '1.17.x'
- name: Cache Go Dependencies - name: Cache Go Dependencies
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build