Skip to content

Commit

Permalink
Merge pull request #17 from hoc081098/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v3.0.10
  • Loading branch information
hoc081098 authored Oct 5, 2022
2 parents 71156de + a296410 commit 3972b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Cache Pods
uses: actions/cache@v3.0.9
uses: actions/cache@v3.0.10
with:
path: ${{ github.workspace }}/iosApp/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down

0 comments on commit 3972b3d

Please sign in to comment.