Skip to content

Commit 46d3cc2

Browse files
committed
Fix deprecated actions/cache@v2 in setup-poetry-legacy
Update to actions/cache@v4 to fix GitHub Actions deprecation error. This fixes the workflow failure for legacy manylinux2014 builds.
1 parent 632dd6b commit 46d3cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-poetry-legacy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- run: echo "v=$(poetry --version | cut -d' ' -f3 | cut -d')' -f1)" >> "$GITHUB_OUTPUT"
2525
shell: bash
2626
id: poetry-version
27-
- uses: actions/cache@v2
27+
- uses: actions/cache@v4
2828
id: cache-poetry
2929
with:
3030
path: .venv

0 commit comments

Comments
 (0)