Skip to content

Commit

Permalink
Merge pull request #733 from onekey-sec/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
2 parents bfb865b + bf4300d commit 874d6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.8

- name: Restore pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: pip-3.8
Expand All @@ -34,15 +34,15 @@ jobs:
shell: bash

- name: Restore poetry cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/pypoetry/cache
~/.cache/pypoetry/artifacts
key: poetry-cache-and-artifacts-3.8

- name: Restore virtualenvs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
key: venv-${{ hashFiles('poetry.lock') }}-3.8
Expand Down

0 comments on commit 874d6e9

Please sign in to comment.