From 7f1760619e141e121ae2b2e9d296a4d37f57eadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 10:14:19 +0300 Subject: [PATCH] Bump actions/cache from v2 to v2.1.4 (#898) Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-docker.yaml | 2 +- .github/workflows/ci-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docker.yaml b/.github/workflows/ci-docker.yaml index f6ca26b..73f3253 100644 --- a/.github/workflows/ci-docker.yaml +++ b/.github/workflows/ci-docker.yaml @@ -14,7 +14,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: "Cache Docker layers" - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index d8013c7..888ba20 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -17,7 +17,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: checkout code uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: | ~/go/pkg/mod # Module download cache