Skip to content

Commit

Permalink
Merge pull request #3 from thegraphnetwork/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-2.1.7

⬆️ Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
fccoelho committed Jan 24, 2022
2 parents e84b12a + 3184eed commit 49fe08d
Showing 1 changed file with 1 addition and 1 deletion.
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 poetry-download

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

0 comments on commit 49fe08d

Please sign in to comment.