From 0e62bc3589c5ca02720f0179b3697cae09ec06a1 Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 27 Jul 2024 19:34:00 -0700 Subject: [PATCH] ci: Update actions/cache to v4 --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 9949dae..59a72c8 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -27,7 +27,7 @@ jobs: - name: Install Node dependencies run: yarn install - name: Setup Cocoapods [cache] - uses: actions/cache@v3 + uses: actions/cache@v4 id: cocoapods-cache with: path: ios/Pods