2323    outputs :
2424      cache-key : ${{ steps.node-cache.outputs.cache-primary-key }} 
2525    steps :
26-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
26+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
2727
2828      - name : Extract job definition 
2929        run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml 
5555    outputs :
5656      cache-key : ${{ steps.node-cache.outputs.cache-primary-key }} 
5757    steps :
58-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
58+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
5959
6060      - name : Extract job definition 
6161        run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml 
8585    name : Cache bundler for macOS 
8686    runs-on : macos-14 
8787    steps :
88-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
88+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
8989
9090      - uses : ruby/setup-ruby@v1 
9191        with :
@@ -101,7 +101,7 @@ jobs:
101101    steps :
102102      - run : sudo xcode-select -s /Applications/${{ env.xcode_version }}.app 
103103
104-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
104+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
105105
106106      - name : Extract job definition 
107107        run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml 
@@ -153,7 +153,7 @@ jobs:
153153    needs : [cache-npm-linux] 
154154    runs-on : ubuntu-24.04 
155155    steps :
156-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
156+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
157157
158158      - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5
159159        with :
@@ -176,7 +176,7 @@ jobs:
176176    needs : [cache-npm-linux] 
177177    runs-on : ubuntu-24.04 
178178    steps :
179-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
179+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
180180
181181      - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5
182182        with :
@@ -199,7 +199,7 @@ jobs:
199199    needs : [cache-npm-linux] 
200200    runs-on : ubuntu-24.04 
201201    steps :
202-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
202+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
203203
204204      - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5
205205        with :
@@ -226,7 +226,7 @@ jobs:
226226    needs : [cache-npm-linux] 
227227    runs-on : ubuntu-24.04 
228228    steps :
229-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
229+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
230230
231231      - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5
232232        with :
@@ -249,7 +249,7 @@ jobs:
249249    needs : [cache-npm-linux] 
250250    runs-on : ubuntu-24.04 
251251    steps :
252-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
252+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
253253
254254      - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5
255255        with :
@@ -276,7 +276,7 @@ jobs:
276276    outputs :
277277      cache-key : ${{ steps.jsbundle-cache.outputs.cache-primary-key }} 
278278    steps :
279-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
279+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
280280
281281      - name : Extract job definition 
282282        run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml 
@@ -328,7 +328,7 @@ jobs:
328328    outputs :
329329      cache-key : ${{ steps.jsbundle-cache.outputs.cache-primary-key }} 
330330    steps :
331-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
331+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
332332
333333      - name : Extract job definition 
334334        run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml 
@@ -372,7 +372,7 @@ jobs:
372372    needs : [jest, eslint, android-bundle, cache-npm-linux] 
373373    runs-on : ubuntu-24.04 
374374    steps :
375-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
375+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
376376
377377      - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444  #  v5
378378        with :
@@ -437,7 +437,7 @@ jobs:
437437    steps :
438438      - run : sudo xcode-select -s /Applications/${{ env.xcode_version }}.app 
439439
440-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
440+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
441441
442442      - name : Extract job definition 
443443        run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml 
@@ -530,7 +530,7 @@ jobs:
530530    steps :
531531      - run : sudo xcode-select -s /Applications/${{ env.xcode_version }}.app 
532532
533-       - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
533+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
534534
535535      - #  load the app before reinstalling detox, so that the package-lock cannot change
536536        name : Load the cached iOS app 
0 commit comments