Skip to content

Commit

Permalink
chore(ci): update cache action to v4 to support node 20
Browse files Browse the repository at this point in the history
demeringo committed Sep 25, 2024
1 parent 4659785 commit 0f171b8
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_client_sdk_with_poetry.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
python -m pip install --upgrade poetry wheel twine
- id: cache-pipenv
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
python -m pip install --upgrade poetry wheel
- id: cache-pipenv
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}

0 comments on commit 0f171b8

Please sign in to comment.