Skip to content

Commit b2cd55b

Browse files
Update actions/cache action to v4
1 parent 074716d commit b2cd55b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Cache Python modules
21-
uses: actions/cache@v3
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.cache/pip
2424
key: ${{ runner.os }}-pip-${{ hashFiles('**/poetry.lock') }}
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/setup-python@v5
5555
with:
5656
python-version: "3.11"
57-
- uses: actions/cache@v3
57+
- uses: actions/cache@v4
5858
name: Configure pip caching
5959
with:
6060
path: ~/.cache/pip
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/setup-python@v5
8787
with:
8888
python-version: "3.11"
89-
- uses: actions/cache@v3
89+
- uses: actions/cache@v4
9090
name: Configure pip caching
9191
with:
9292
path: ~/.cache/pip

0 commit comments

Comments
 (0)