1 parent 632dd6b commit 46d3cc2Copy full SHA for 46d3cc2
1 file changed
.github/actions/setup-poetry-legacy/action.yml
@@ -24,7 +24,7 @@ runs:
24
- run: echo "v=$(poetry --version | cut -d' ' -f3 | cut -d')' -f1)" >> "$GITHUB_OUTPUT"
25
shell: bash
26
id: poetry-version
27
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
28
id: cache-poetry
29
with:
30
path: .venv
0 commit comments