Skip to content

Commit ec6aca3

Browse files
Bump actions/cache from v2.1.4 to v2.1.5 (#1478)
1 parent bcd861e commit ec6aca3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
3030
fetch-depth: 0
31-
- uses: actions/[email protected].4
31+
- uses: actions/[email protected].5
3232
with:
3333
path: ${{ env.GOPATH }}/pkg/mod
3434
key: ${{ runner.os }}-go-${{ github.job }}

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727
with:
2828
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
29-
- uses: actions/[email protected].4
29+
- uses: actions/[email protected].5
3030
with:
3131
path: ${{ env.GOPATH }}/pkg/mod
3232
key: ${{ runner.os }}-go-${{ github.job }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
3131
fetch-depth: 0
32-
- uses: actions/[email protected].4
32+
- uses: actions/[email protected].5
3333
with:
3434
path: ${{ env.GOPATH }}/pkg/mod
3535
key: ${{ runner.os }}-go-${{ github.job }}-${{ matrix.arch }}

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
3131
fetch-depth: 0
32-
- uses: actions/[email protected].4
32+
- uses: actions/[email protected].5
3333
with:
3434
path: ${{ env.GOPATH }}/pkg/mod
3535
key: ${{ runner.os }}-go-${{ matrix.test }}

0 commit comments

Comments
 (0)