From 0981cf28fa21e9d9678cb3d53c9ea9a887f23aea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:53:14 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .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 774b235..fdf03e8 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout/Users/markusmoltke/Documents/Hobby/YourKitchen/YourKitcheniOS/fastlane/Fastfile uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: Pods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}