Skip to content

Commit

Permalink
Merge pull request #199 from klen/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-2.1.5

build(deps): bump actions/cache from 2 to 2.1.5
  • Loading branch information
klen authored Jun 22, 2021
2 parents 4c31fb9 + ac25069 commit e9ac64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v2.1.5
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('setup.cfg') }}
Expand Down

0 comments on commit e9ac64f

Please sign in to comment.