From 663b8dd6ac2ba2b3c6fef9a0546217e9181ed11f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:11:01 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/acceptance-test.yaml | 2 +- .github/workflows/ci.yaml | 4 ++-- .github/workflows/license.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/acceptance-test.yaml b/.github/workflows/acceptance-test.yaml index 4cc245dc..24a60b0a 100644 --- a/.github/workflows/acceptance-test.yaml +++ b/.github/workflows/acceptance-test.yaml @@ -32,7 +32,7 @@ jobs: - name: Cache Go module dependencies id: cache-go-module-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: go-mod-cache-${{ runner.os }}-${{ env.GO_VERSION }}-${{ hashFiles('go.sum') }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bb0d8f9..6e199417 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Cache Go module dependencies id: cache-go-module-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: go-mod-cache-${{ runner.os }}-${{ env.GO_VERSION }}-${{ hashFiles('go.sum') }} @@ -37,7 +37,7 @@ jobs: - name: Cache build dependencies id: cache-build-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: bin/ key: build-deps-v2-{{ hashFiles('common.mk') }} diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index d5b376bd..8857dc0c 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -28,7 +28,7 @@ jobs: - name: Cache build dependencies id: cache-build-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: bin/ key: build-deps-v2-{{ hashFiles('common.mk') }} @@ -37,7 +37,7 @@ jobs: - name: Cache licenses id: cache-licenses - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .licensei.cache