Skip to content

Commit

Permalink
Merge pull request #1 from tacosdedatos/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-v2.1.1

⬆️ Bump actions/cache from v1 to v2.1.1
  • Loading branch information
chekos authored Oct 8, 2020
2 parents 39b6496 + d9a8ad6 commit b75140c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make download-poetry

- name: Set up cache
uses: actions/cache@v1
uses: actions/cache@v2.1.1
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: make download-poetry

- name: Set up cache
uses: actions/cache@v1
uses: actions/cache@v2.1.1
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit b75140c

Please sign in to comment.