Bump actions/cache from v1 to v2.1.1
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...5ca27f25cb3a0babe750cad7e4fddd3e55f29e9a) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51864da93e
commit
95e17c3d14
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
python-version: '3.x'
|
||||
- name: set PY
|
||||
run: echo "::set-env name=PY::$(python --version --version | sha256sum | cut -d' ' -f1)"
|
||||
- uses: actions/cache@v1
|
||||
- uses: actions/cache@v2.1.1
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
||||
|
Loading…
Reference in New Issue
Block a user