Merge pull request #696 from microsoft/dependabot/github_actions/actions/cache-3

Bump actions/cache from 1 to 3
This commit is contained in:
zsk
2022-08-24 08:15:34 -04:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Cache conda
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/conda_pkgs_dir
key: conda-${{ matrix.os }}-python-${{ matrix.python-version }}-${{ hashFiles('environment.yml') }}