|
23 | 23 | # Because the checkout and setup node action is contained in the dev-infra repo, we must |
24 | 24 | # checkout the repo to be able to run the action we have created. Other repos will skip |
25 | 25 | # this step. |
26 | | - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
| 26 | + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
27 | 27 | - uses: ./github-actions/npm/checkout-and-setup-node |
28 | 28 | - uses: ./github-actions/bazel/setup |
29 | 29 | - uses: ./github-actions/bazel/configure-remote |
|
38 | 38 | # Because the checkout and setup node action is contained in the dev-infra repo, we must |
39 | 39 | # checkout the repo to be able to run the action we have created. Other repos will skip |
40 | 40 | # this step. |
41 | | - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
| 41 | + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
42 | 42 | - uses: ./github-actions/npm/checkout-and-setup-node |
43 | 43 | - uses: ./github-actions/bazel/setup |
44 | 44 | - uses: ./github-actions/bazel/configure-remote |
|
52 | 52 | # Because the checkout and setup node action is contained in the dev-infra repo, we must |
53 | 53 | # checkout the repo to be able to run the action we have created. Other repos will skip |
54 | 54 | # this step. |
55 | | - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
| 55 | + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
56 | 56 | - uses: ./github-actions/npm/checkout-and-setup-node |
57 | 57 | - uses: ./github-actions/bazel/setup |
58 | 58 | - uses: ./github-actions/bazel/configure-remote |
|
67 | 67 | # Because the checkout and setup node action is contained in the dev-infra repo, we must |
68 | 68 | # checkout the repo to be able to run the action we have created. Other repos will skip |
69 | 69 | # this step. |
70 | | - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
| 70 | + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
71 | 71 | - uses: ./github-actions/npm/checkout-and-setup-node |
72 | 72 | - uses: ./github-actions/bazel/setup |
73 | 73 | - run: yarn install --immutable |
|
0 commit comments