From 83189070e0a08035f3924d7871774645938a62a2 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:13:16 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 1bd1e32 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad088cd..e2a3a3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,14 +30,14 @@ jobs: # have already built the testbed. Any small file will do - id: cache-key name: Retrieve cache key - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ./LICENSE key: key-${{ matrix.os }}-${{ hashFiles('testbed') }} - id: cache name: Retrieve or create the conda cache if: steps.cache-key.outputs.cache-hit != 'true' - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ${{ steps.conda-root.outputs.value }} key: testbed-${{ matrix.os }}-${{ hashFiles('testbed') }} @@ -99,7 +99,7 @@ jobs: name: package-${{ github.sha }} path: conda-bld - name: Retrieve the testbed - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ${{ steps.conda-root.outputs.value }} key: testbed-${{ matrix.os }}-${{ hashFiles('testbed') }}