Skip to content

Commit

Permalink
Merge pull request #152 from neurobionics/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-3.3.2

⬆️ Bump actions/cache from 3.2.2 to 3.3.2
  • Loading branch information
senthurayyappan authored Oct 23, 2023
2 parents 7111cd3 + ba043fc commit b5b33fc
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@v3.2.2
uses: actions/cache@v3.3.2
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit b5b33fc

Please sign in to comment.