Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent 5aa412e commit 9d1d651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-micropy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
echo 'POETRY_INSTALLER_MODERN_INSTALLATION=false' >> $GITHUB_ENV
- name: Cache poetry install.
uses: actions/cache@v3
uses: actions/cache@v4
id: poetry-install-cache
with:
path: ${{ inputs.poetry-home }}/install-poetry.py
Expand Down Expand Up @@ -91,13 +91,13 @@ runs:
echo "cache-dir=$CACHE_DIR" >> $GITHUB_OUTPUT
- name: Cache poetry cache.
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.poetry-config.outputs.cache-dir }}
key: poetry-cache-${{ inputs.runner || matrix.os || runner.os }}-${{ inputs.python-version }}-${{ inputs.poetry-version }}

- name: Cache virtual env.
uses: actions/cache@v3
uses: actions/cache@v4
id: venv-cache
with:
path: .venv
Expand Down

0 comments on commit 9d1d651

Please sign in to comment.