dependabot[bot]
dependabot[bot]
commited on
Commit
•
8277033
1
Parent(s):
94d8fec
Bump actions/cache from 2.1.6 to 2.1.7 (#5816)
Browse filesBumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.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.
|
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@v2.1.7
|
43 |
with:
|
44 |
path: ${{ steps.pip-cache.outputs.dir }}
|
45 |
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}
|