We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f809b45 commit 5512760Copy full SHA for 5512760
.github/workflows/CI-BUILD.yml
@@ -70,7 +70,7 @@ jobs:
70
printf "python-version=%s\n" "${{ steps.build-python.outputs.python-version }}" >> "$GITHUB_OUTPUT"
71
printf "PYTHON_VERSION=%s\n" "${{ steps.build-python.outputs.python-version }}" >> "$GITHUB_ENV"
72
printf "%s\n" "::endgroup::"
73
- - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
74
with:
75
path: ~/.cache/pip
76
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments