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 1c7251b commit f846038Copy full SHA for f846038
.github/actions/setup/action.yml
@@ -20,15 +20,15 @@ runs:
20
using: composite
21
steps:
22
- name: Setup Poetry cache on Linux
23
- uses: actions/cache@v3
+ uses: actions/cache@v4
24
if: runner.os == 'Linux'
25
with:
26
key: poetry-${{ inputs.poetry_version }}-${{ inputs.python_version }}-${{ runner.os }}-${{ runner.arch }}
27
path: |
28
~/.local/bin
29
~/.local/share/pypoetry
30
- name: Setup Poetry cache on macOS
31
32
if: runner.os == 'macOS'
33
34
0 commit comments