6161steps :
6262# Checkout main branch of repository:
6363 -name :' Checkout main branch'
64- # Pin action to full length commit SHA corresponding to v4.1.0
65- uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
64+ # Pin action to full length commit SHA
65+ uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6666with :
6767ref :main
6868
7171# Pin action to full length commit SHA corresponding to v3.8.1
7272uses :actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7373with :
74- node-version :16
74+ node-version :20
7575timeout-minutes :5
7676
7777# Create production branch:
@@ -134,8 +134,8 @@ jobs:
134134# Checkout the repository:
135135 -name :' Checkout repository'
136136if :${{ github.event.inputs.require-passing-tests == 'true' }}
137- # Pin action to full length commit SHA corresponding to v4.1.0
138- uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
137+ # Pin action to full length commit SHA
138+ uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
139139with :
140140# Use the `production` branch:
141141ref :production
@@ -146,7 +146,7 @@ jobs:
146146# Pin action to full length commit SHA corresponding to v3.8.1
147147uses :actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
148148with :
149- node-version :16
149+ node-version :20
150150timeout-minutes :5
151151
152152# Install dependencies:
@@ -188,8 +188,8 @@ jobs:
188188steps :
189189# Checkout the repository:
190190 -name :' Checkout repository'
191- # Pin action to full length commit SHA corresponding to v4.1.0
192- uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
191+ # Pin action to full length commit SHA
192+ uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193
194194# Configure git:
195195 -name :' Configure git'
@@ -259,7 +259,7 @@ jobs:
259259# Pin action to full length commit SHA corresponding to v3.8.1
260260uses :actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
261261with :
262- node-version :16
262+ node-version :20
263263timeout-minutes :5
264264
265265# Install dependencies:
@@ -364,8 +364,8 @@ jobs:
364364steps :
365365# Checkout the repository:
366366 -name :' Checkout repository'
367- # Pin action to full length commit SHA corresponding to v4.1.0
368- uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
367+ # Pin action to full length commit SHA
368+ uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
369369
370370# Configure git:
371371 -name :' Configure git'
@@ -427,7 +427,7 @@ jobs:
427427# Pin action to full length commit SHA corresponding to v3.8.1
428428uses :actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
429429with :
430- node-version :16
430+ node-version :20
431431timeout-minutes :5
432432
433433# Install dependencies:
@@ -538,8 +538,8 @@ jobs:
538538steps :
539539# Checkout the repository:
540540 -name :' Checkout repository'
541- # Pin action to full length commit SHA corresponding to v4.1.0
542- uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
541+ # Pin action to full length commit SHA
542+ uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
543543
544544# Configure git:
545545 -name :' Configure git'
@@ -609,7 +609,7 @@ jobs:
609609# Pin action to full length commit SHA corresponding to v3.8.1
610610uses :actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
611611with :
612- node-version :16
612+ node-version :20
613613timeout-minutes :5
614614
615615# Install dependencies:
@@ -719,8 +719,8 @@ jobs:
719719
720720# Checkout the repository:
721721 -name :' Checkout repository'
722- # Pin action to full length commit SHA corresponding to v4.1.0
723- uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
722+ # Pin action to full length commit SHA
723+ uses :actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
724724with :
725725fetch-depth :2
726726