Skip to content

Commit 3812375

Browse files
ariel-anielirjarry
authored andcommitted
ci: bump actions/cache to v4
Link: https://github.com/actions/cache Signed-off-by: Ariel Otilibili <[email protected]>
1 parent ed6fa2a commit 3812375

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x
16-
- uses: actions/cache@v3
16+
- uses: actions/cache@v4
1717
with:
1818
path: ~/.cache/pip
1919
key: pip
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/setup-python@v4
6262
with:
6363
python-version: ${{ matrix.python }}
64-
- uses: actions/cache@v3
64+
- uses: actions/cache@v4
6565
with:
6666
path: ~/.cache/pip
6767
key: pip
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/setup-python@v4
7878
with:
7979
python-version: 3.x
80-
- uses: actions/cache@v3
80+
- uses: actions/cache@v4
8181
with:
8282
path: ~/.cache/pip
8383
key: pip
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/setup-python@v4
9797
with:
9898
python-version: 3.x
99-
- uses: actions/cache@v3
99+
- uses: actions/cache@v4
100100
with:
101101
path: ~/.cache/pip
102102
key: pip

0 commit comments

Comments
 (0)