Skip to content

Commit 7ef3773

Browse files
chore(deps): update actions/cache action to v4.3.0 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2dd037 commit 7ef3773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

analyze-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
echo "hash=$install_args_hash" >> "$GITHUB_OUTPUT"
4646
shell: bash
4747
- name: Cache virtualenv
48-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949
with:
5050
path: ${{ steps.get_project_info.outputs.venv-path }}
5151
key: ${{ steps.get_project_info.outputs.name }}-${{ runner.os }}-py${{ env.pythonVersion }}-${{ hashFiles(format('{0}/poetry.lock', inputs.project-directory)) }}-${{ steps.install_args_hash.outputs.hash }}

setup-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
- name: Cache poetry
5353
if: ${{ inputs.use-cache == 'true' }}
5454
id: cache-poetry
55-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5656
with:
5757
# Using ${{ env.POETRY_HOME }} here does not work because it is evaluated before the "set paths" step runs.
5858
path: |

0 commit comments

Comments
 (0)