From 6fa6be836643a5a9252c47dd546169b9d5b3ce91 Mon Sep 17 00:00:00 2001 From: David Kwon Date: Fri, 7 Mar 2025 14:35:21 -0500 Subject: [PATCH] chore: temporarily set actions/cache version Signed-off-by: David Kwon --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02ee62d51..0771ce788 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: fi - name: Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }} - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0 + uses: actions/cache@v3.4.3 id: cache-operator-sdk with: path: ~/cache @@ -80,7 +80,7 @@ jobs: echo "$HOME/bin" >> $GITHUB_PATH - name: Cache OPM ${{ env.OPM_VERSION }} - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0 + uses: actions/cache@v3.4.3 id: cache-opm with: path: ~/cache