Skip to content

Commit a9dacbe

Browse files
authored
Update build_pipeline.yml
Upgrade the cache action in the build pipeline
1 parent d6064e7 commit a9dacbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-python@v5
1313
with:
1414
python-version: 3.11
15-
- uses: actions/cache@v1
15+
- uses: actions/cache@v4
1616
with:
1717
path: ~/.cache/pip
1818
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)