Skip to content

Commit d7c7eca

Browse files
Update actions/cache action to v3 (#149)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3c3be81 commit d7c7eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
bundler-cache: true
3131

3232
- name: Cache cocoapods dependencies
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
id: cache-pods
3535
with:
3636
path: Pods

0 commit comments

Comments
 (0)