Skip to content

Commit 62e62e8

Browse files
committed
fix: bump actions/cache to v3
1 parent fb16e4f commit 62e62e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install && Build - SDK and Sample App
2626
uses: ./.github/actions/install-and-build-sdk
2727
- name: Cache iOS pods
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: examples/SampleApp/ios/Pods
3131
key: ${{ runner.os }}-pods-${{ hashFiles('examples/SampleApp/ios/Podfile.lock') }}

0 commit comments

Comments
 (0)