Skip to content

Commit

Permalink
Bump actions/cache from 3.2.0 to 3.2.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 26, 2022
1 parent 565aafa commit 7d6d058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
poetry --version
- name: Cache Dependencies
uses: actions/cache@v3.2.0
uses: actions/cache@v3.2.1
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
run: poetry --version

- name: Cache Dependencies
uses: actions/cache@v3.2.0
uses: actions/cache@v3.2.1
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit 7d6d058

Please sign in to comment.