Skip to content

Commit

Permalink
Merge pull request #319 from Boavizta/317-update-sdk-publish-action-t…
Browse files Browse the repository at this point in the history
…o-support-node-20

chore(ci): update cache action to v4 to support node 20
  • Loading branch information
demeringo authored Sep 25, 2024
2 parents 4659785 + 0f171b8 commit ce8861a
Show file tree
Hide file tree
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
Expand Up @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit ce8861a

Please sign in to comment.