We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6064e7 commit a9dacbeCopy full SHA for a9dacbe
.github/workflows/build_pipeline.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-python@v5
13
with:
14
python-version: 3.11
15
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
16
17
path: ~/.cache/pip
18
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments