Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Bump depreciated cache (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox authored Feb 14, 2023
1 parent 0269e26 commit 46ea1aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python -m pip install --upgrade pipenv wheel
- id: cache-pipenv
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
python -m pip install --upgrade pipenv wheel
- id: cache-pipenv
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install --upgrade pipenv wheel
- id: cache-pipenv
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
Expand Down

0 comments on commit 46ea1aa

Please sign in to comment.