Skip to content

Commit ac70d6d

Browse files
Bump actions/cache from 3 to 4 (#322)
1 parent c88217c commit ac70d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Cache Installations
5454
id: cache-installs
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/.local
5858
key: install-${{ env.INSTALL_CACHE_HASH }}-2
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Cache Installations
129129
id: cache-installs
130-
uses: actions/cache@v3
130+
uses: actions/cache@v4
131131
with:
132132
path: ~/.local
133133
key: install-${{ env.INSTALL_CACHE_HASH }}-0

0 commit comments

Comments
 (0)