From 0a89d350d9fb95951d7c3953a96b0e800b552429 Mon Sep 17 00:00:00 2001 From: mauwii Date: Sat, 29 Oct 2022 04:54:01 +0200 Subject: [PATCH] update conda cache to use actions/cache@v3 --- .github/workflows/test-invoke-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index 468ce85d79..2441438960 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -77,7 +77,7 @@ jobs: -L ${{ matrix.stable-diffusion-model }} - name: Cache Conda env - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.CONDA }}/envs key: conda-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('${{ matrix.environment-file }}') }}