From 6654bd976472f02514adf910097fa6a0c08b0592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 08:02:34 +0000 Subject: [PATCH] chore(deps): pin actions/cache action to 704facf --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index ad01779906c..d0eed585e6e 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -55,7 +55,7 @@ jobs: pip install pipenv==${{ env.RENOVATE_PIPENV_VERSION }} pipenv --version - - uses: actions/cache@v3.3.2 + - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: | ~/.cache/Cypress