From a891022cec21d4efedc55471f6e296ca6c247f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 03:30:59 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index f733011..ac13045 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.16 - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: go-cache with: path: ~/go/pkg/mod @@ -48,7 +48,7 @@ jobs: - uses: actions/setup-python@v3 with: python-version: 3.7 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-python-${{ hashFiles('requirements.dev.txt') }} @@ -164,7 +164,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.16 - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: go-cache with: path: ~/go/pkg/mod