Skip to content

Commit

Permalink
Merge pull request #4 from Unknown-Studios/renovate/actions-cache-2.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v2
  • Loading branch information
MakakWasTaken authored Jun 10, 2021
2 parents 6c05a44 + a3812b3 commit 6b1da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout/Users/markusmoltke/Documents/Hobby/YourKitchen/YourKitcheniOS/fastlane/Fastfile
uses: actions/checkout@v2
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down

0 comments on commit 6b1da4d

Please sign in to comment.