From 23770a2b6d81934d17e401751daf1758638bfa78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:09:29 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 2 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/8492260343ad570701412c2f464a5877dc76bace...13aacd865c20de90d75de3b17ebe84f7a17d57d2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aws-exec.yml | 2 +- .github/workflows/e2e-operator.yml | 2 +- .github/workflows/gotest.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/aws-exec.yml b/.github/workflows/aws-exec.yml index 0f72047a9..809f273ae 100644 --- a/.github/workflows/aws-exec.yml +++ b/.github/workflows/aws-exec.yml @@ -23,7 +23,7 @@ jobs: go-version: 1.20.x - name: Checkout code uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - - uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 + - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/e2e-operator.yml b/.github/workflows/e2e-operator.yml index e5e18e9a0..ab8f0a98a 100644 --- a/.github/workflows/e2e-operator.yml +++ b/.github/workflows/e2e-operator.yml @@ -30,7 +30,7 @@ jobs: go-version: 1.20.x - name: Checkout code uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - - uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 + - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index bead1bf5f..1691072a1 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -16,7 +16,7 @@ jobs: go-version: 1.20.x - name: Checkout code uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - - uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 + - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2179228ce..8c81351e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: go-version: v1.20.x - - uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 + - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f0b6a9a3..e2cda09f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: # go-version: 1.20.x # - name: Checkout code # uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - # - uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 + # - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 # with: # path: | # ~/go/pkg/mod @@ -57,7 +57,7 @@ jobs: go-version: 1.20.x - name: Checkout code uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - - uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 + - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | ~/go/pkg/mod