We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb4b4ec + 1dd67a0 commit ff202a6Copy full SHA for ff202a6
.github/actions/setup-poetry-env/action.yml
@@ -31,7 +31,7 @@ runs:
31
32
- name: Load cached venv
33
id: cached-poetry-dependencies
34
- uses: actions/cache@v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
35
with:
36
path: .venv
37
key: venv-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('poetry.lock') }}
0 commit comments