update conda cache to use actions/cache@v3

This commit is contained in:
mauwii 2022-10-29 04:54:01 +02:00
parent b7fcf6dc04
commit 0a89d350d9
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -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 }}') }}