From 3724e7653d97e569297ec8500e8d12c2d69be38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:31:41 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.0.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.1.1. - [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/13aacd865c20de90d75de3b17ebe84f7a17d57d2...3624ceb22c1c5a301c8db4169662070a689d9ea8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 8fef4f498..b28d8e767 100644 --- a/.github/workflows/aws-exec.yml +++ b/.github/workflows/aws-exec.yml @@ -23,7 +23,7 @@ jobs: go-version: 1.22.x - name: Checkout code uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/e2e-operator.yml b/.github/workflows/e2e-operator.yml index ed89da01a..9b4a93d13 100644 --- a/.github/workflows/e2e-operator.yml +++ b/.github/workflows/e2e-operator.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout code uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 0084be85c..ceb4cce7c 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -16,7 +16,7 @@ jobs: go-version: 1.22.x - name: Checkout code uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 743285d34..6feda082a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: with: go-version: v1.22.x - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 197069a40..6575e9021 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: # go-version: 1.22.x # - name: Checkout code # uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - # - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + # - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 # with: # path: | # ~/go/pkg/mod @@ -57,7 +57,7 @@ jobs: go-version: 1.22.x - name: Checkout code uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: | ~/go/pkg/mod