Skip to content

Commit 305533d

Browse files
Bump actions/cache from 2 to 3 (#6417)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fe91a5 commit 305533d

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
@@ -68,7 +68,7 @@ jobs:
6868
echo "CONDA_ENV_FILE=ci/requirements/${{ matrix.env }}.yml" >> $GITHUB_ENV
6969
fi
7070
- name: Cache conda
71-
uses: actions/cache@v2
71+
uses: actions/cache@v3
7272
with:
7373
path: ~/conda_pkgs_dir
7474
key:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
6060
6161
- name: Cache conda
62-
uses: actions/cache@v2
62+
uses: actions/cache@v3
6363
with:
6464
path: ~/conda_pkgs_dir
6565
key: ${{ runner.os }}-conda-py${{ matrix.python-version }}-${{

0 commit comments

Comments
 (0)