Skip to content

Commit 6918273

Browse files
Bump actions/cache from 2 to 3 (#87)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1d2533 commit 6918273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "CONDA_ENV_FILE=ci/${{ matrix.env }}.yml" >> $GITHUB_ENV
5757
5858
- name: Cache conda
59-
uses: actions/cache@v2
59+
uses: actions/cache@v3
6060
with:
6161
path: ~/conda_pkgs_dir
6262
key:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "CONDA_ENV_FILE=ci/environment.yml" >> $GITHUB_ENV
3232
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
3333
- name: Cache conda
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
with:
3636
path: ~/conda_pkgs_dir
3737
key:

0 commit comments

Comments
 (0)