File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717
1818 - name : set up JDK 17
19- uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
19+ uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
2020 with :
2121 java-version : ' 17'
2222 distribution : ' adopt'
2727 cache : ' yarn'
2828 cache-dependency-path : ' **/yarn.lock'
2929
30- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
30+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3131 with :
3232 path : |
3333 ~/.npm
6262 cache : ' yarn'
6363 cache-dependency-path : ' **/yarn.lock'
6464
65- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
65+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6666 with :
6767 path : |
6868 ~/.npm
@@ -74,15 +74,15 @@ jobs:
7474 ${{ runner.os }}-node-
7575
7676 - name : Cache gem bundle
77- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
77+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7878 with :
7979 path : ./ci/vendor
8080 key : ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }}
8181 restore-keys : |
8282 ${{ runner.os }}-gembundle-
8383
8484 - name : Cache cocoapods
85- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
85+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8686 with :
8787 path : ./ci/ios/Pods
8888 key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
2525 - name : Install aqua (installs pinact)
26- uses : aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4
26+ uses : aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5
2727 with :
2828 aqua_version : v2.56.1
2929 aqua_opts : " -c aqua.yaml"
Original file line number Diff line number Diff line change 1919 with :
2020 node-version : 22
2121
22- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
22+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2323 with :
2424 path : |
2525 ~/.npm
You can’t perform that action at this time.
0 commit comments