Skip to content

Commit 3f0c103

Browse files
authored
Merge pull request #29 from fpv-wtf/j005u-patch-2
Update build.yml
2 parents 72269d0 + a95ad4a commit 3f0c103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install --upgrade pipenv wheel
3333
3434
- id: cache-pipenv
35-
uses: actions/cache@v1
35+
uses: actions/cache@v2
3636
with:
3737
path: ~/.local/share/virtualenvs
3838
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}

0 commit comments

Comments
 (0)