Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.0.0 to 4.1.1 (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 7c0635c commit cf0a5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: make download-poetry

- name: Set up pip cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.1.1
with:
path: ~/.cache/pypoetry/virtualenvs
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: make download-poetry

- name: Set up pip cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.1.1
with:
path: ~/.cache/pypoetry/virtualenvs
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: make download-poetry

- name: Set up pip cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.1.1
with:
path: ~/.cache/pypoetry/virtualenvs
key: venv-${{ env.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit cf0a5d9

Please sign in to comment.