2222 name : ' Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
25+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2626 with :
2727 # Required for docs/versions tests
2828 fetch-depth : 0
7070 run : date
7171
7272 - name : Checkout
73- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
73+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
7474 with :
7575 # Required for docs/versions tests
7676 fetch-depth : 0
@@ -104,7 +104,7 @@ jobs:
104104 name : ' E2E Doc Test: node-20, ubuntu-latest'
105105 steps :
106106 - name : Checkout
107- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
107+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
108108
109109 - name : Install pnpm
110110 uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
@@ -125,7 +125,7 @@ jobs:
125125 name : ' Lint: node-20, ubuntu-latest'
126126 steps :
127127 - name : Checkout
128- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
128+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
129129 with :
130130 fetch-depth : 0
131131
@@ -155,7 +155,7 @@ jobs:
155155 name : ' TS-Check: node-20, ubuntu-latest'
156156 steps :
157157 - name : Checkout
158- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
158+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
159159 with :
160160 fetch-depth : 0
161161
@@ -185,7 +185,7 @@ jobs:
185185 name : ' Codecov: node-20, ubuntu-latest'
186186 steps :
187187 - name : Checkout
188- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
188+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
189189 with :
190190 fetch-depth : 0
191191
0 commit comments