Skip to content

Commit e9c3946

Browse files
Bump cache action from v2 to v4 (#14)
1 parent a19dc4c commit e9c3946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
virtualenvs-in-project: true
2929
- name: Load cached venv
3030
id: cached-poetry-dependencies
31-
uses: actions/cache@v2
31+
uses: actions/cache@v4
3232
with:
3333
path: .venv
3434
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)