Re: RFR: 8315873: [GHA] Update checkout and cache action to use v4

2025-01-07 Thread Kevin Rushforth
On Thu, 2 Jan 2025 13:16:00 GMT, Ambarish Rapte wrote: > In GHA, the two actions `checkout` and `cache` need to be updated to version > 4. > > **Checkout action** > > - The Node is updated to version 20. > - We do not explicitly specify node version > - But we use the action checkout, which sh

Re: RFR: 8315873: [GHA] Update checkout and cache action to use v4

2025-01-06 Thread Andy Goryachev
On Thu, 2 Jan 2025 13:16:00 GMT, Ambarish Rapte wrote: > In GHA, the two actions `checkout` and `cache` need to be updated to version > 4. > > **Checkout action** > > - The Node is updated to version 20. > - We do not explicitly specify node version > - But we use the action checkout, which sh