mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Bump actions/cache from 2 to 3.0.1 (#89)
This commit is contained in:
parent
64d4798156
commit
7ebfac9dc2
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -75,7 +75,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
with: {fetch-depth: 2} # Fixes codecov error 'Issue detecting commit SHA'
|
with: {fetch-depth: 2} # Fixes codecov error 'Issue detecting commit SHA'
|
||||||
|
|
||||||
- name: Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
|
- name: Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
id: go-cache
|
id: go-cache
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
@ -113,7 +113,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
id: slug
|
id: slug
|
||||||
|
|
||||||
- name: Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
|
- name: Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user