From 5f933cd41b1c6630d6d3e5970a43f01012459a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:18:54 +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/build-controller-manager.yaml | 2 +- .github/workflows/build-monitoring-agent-proxy.yaml | 2 +- .github/workflows/build-monitoring-block-manager.yaml | 2 +- .github/workflows/build-monitoring-gateway.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-controller-manager.yaml b/.github/workflows/build-controller-manager.yaml index 399e4457..666f8636 100644 --- a/.github/workflows/build-controller-manager.yaml +++ b/.github/workflows/build-controller-manager.yaml @@ -42,7 +42,7 @@ jobs: with: go-version: 1.17.x - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/build-monitoring-agent-proxy.yaml b/.github/workflows/build-monitoring-agent-proxy.yaml index 11287ab4..a5cecafa 100644 --- a/.github/workflows/build-monitoring-agent-proxy.yaml +++ b/.github/workflows/build-monitoring-agent-proxy.yaml @@ -42,7 +42,7 @@ jobs: with: go-version: 1.17.x - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/build-monitoring-block-manager.yaml b/.github/workflows/build-monitoring-block-manager.yaml index b6757399..91b8cbc3 100644 --- a/.github/workflows/build-monitoring-block-manager.yaml +++ b/.github/workflows/build-monitoring-block-manager.yaml @@ -44,7 +44,7 @@ jobs: with: go-version: 1.17.x - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/build-monitoring-gateway.yaml b/.github/workflows/build-monitoring-gateway.yaml index 1dec75f6..9b406fbf 100644 --- a/.github/workflows/build-monitoring-gateway.yaml +++ b/.github/workflows/build-monitoring-gateway.yaml @@ -42,7 +42,7 @@ jobs: with: go-version: 1.17.x - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}