mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-24 16:37:55 -05:00
Merge pull request #696 from microsoft/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
This commit is contained in:
2
.github/workflows/CD.yml
vendored
2
.github/workflows/CD.yml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user