File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 cache : ' yarn'
2828 cache-dependency-path : ' **/yarn.lock'
2929
30- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
30+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3131 with :
3232 path : |
3333 ~/.npm
6363 cache : ' yarn'
6464 cache-dependency-path : ' **/yarn.lock'
6565
66- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
66+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6767 with :
6868 path : |
6969 ~/.npm
@@ -75,15 +75,15 @@ jobs:
7575 ${{ runner.os }}-node-
7676
7777 - name : Cache gem bundle
78- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
78+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7979 with :
8080 path : ./ci/vendor
8181 key : ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }}
8282 restore-keys : |
8383 ${{ runner.os }}-gembundle-
8484
8585 - name : Cache cocoapods
86- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
86+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8787 with :
8888 path : ./ci/ios/Pods
8989 key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Original file line number Diff line number Diff line change 1919 with :
2020 node-version : 22
2121
22- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
22+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2323 with :
2424 path : |
2525 ~/.npm
You can’t perform that action at this time.
0 commit comments