Skip to content

Commit

Permalink
Merge pull request #9 from tedmiston/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.2.3

Bump actions/cache from 3.2.2 to 3.2.3
  • Loading branch information
tedmiston committed Jan 16, 2023
2 parents 5250c2a + d72e40d commit b167552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Cache dependencies
id: cache-dependencies
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.3
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-python-${{ steps.python-setup.outputs.python-version }}-poetry-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit b167552

Please sign in to comment.