Skip to content

Commit f846038

Browse files
committed
Update to actions/cache@v4
1 parent 1c7251b commit f846038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ runs:
2020
using: composite
2121
steps:
2222
- name: Setup Poetry cache on Linux
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
if: runner.os == 'Linux'
2525
with:
2626
key: poetry-${{ inputs.poetry_version }}-${{ inputs.python_version }}-${{ runner.os }}-${{ runner.arch }}
2727
path: |
2828
~/.local/bin
2929
~/.local/share/pypoetry
3030
- name: Setup Poetry cache on macOS
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
if: runner.os == 'macOS'
3333
with:
3434
key: poetry-${{ inputs.poetry_version }}-${{ inputs.python_version }}-${{ runner.os }}-${{ runner.arch }}

0 commit comments

Comments
 (0)