dependabot[bot] dependabot[bot] commited on
Commit
d51f9b2
1 Parent(s): ee77632

Bump actions/cache from 2.1.7 to 3 (#7175)

Browse files

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3)

---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -1
.github/workflows/ci-testing.yml CHANGED
@@ -39,7 +39,7 @@ jobs:
39
  python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
40
 
41
  - name: Cache pip
42
- uses: actions/cache@v2.1.7
43
  with:
44
  path: ${{ steps.pip-cache.outputs.dir }}
45
  key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}
 
39
  python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
40
 
41
  - name: Cache pip
42
+ uses: actions/cache@v3
43
  with:
44
  path: ${{ steps.pip-cache.outputs.dir }}
45
  key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}