Skip to content

Commit 44be570

Browse files
Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e27904 commit 44be570

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
go-version: ${{ matrix.go-version }}
3737
- name: Checkout code
3838
uses: actions/checkout@v2
39-
- uses: actions/cache@v2.1.6
39+
- uses: actions/cache@v2.1.7
4040
with:
4141
path: ~/go/pkg/mod
4242
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Checkout code
1919
uses: actions/checkout@v2
20-
- uses: actions/cache@v2.1.6
20+
- uses: actions/cache@v2.1.7
2121
with:
2222
path: ~/go/pkg/mod
2323
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)