2323 name : ' Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727 with :
2828 # Required for docs/versions tests
2929 fetch-depth : 0
6969 run : date
7070
7171 - name : Checkout
72- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
72+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7373 with :
7474 # Required for docs/versions tests
7575 fetch-depth : 0
@@ -95,13 +95,13 @@ jobs:
9595 e2e-test :
9696 runs-on : ubuntu-latest
9797 container :
98- image : cypress/browsers:24.0.0 @sha256:fe122441daa9ac524d5ea50da485f240fd2f037b3352fc4dfafe561cfc65cb18
98+ image : cypress/browsers:24.11.1 @sha256:ff79e75249941c52c301821a7979db306e2659aa2d6038428bcf77c6f5f125e1
9999 options : --user 1001
100100 timeout-minutes : 10
101101 name : ' E2E Doc Test: node-24, ubuntu-latest'
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
105105
106106 - name : Install pnpm
107107 uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
@@ -125,7 +125,7 @@ jobs:
125125 name : ' Lint: node-24, ubuntu-latest'
126126 steps :
127127 - name : Checkout
128- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
128+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
129129 with :
130130 fetch-depth : 0
131131
@@ -135,7 +135,7 @@ jobs:
135135 - name : Set node version to 24
136136 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
137137 with :
138- node-version : 24.9.0
138+ node-version : 24.11.1
139139 cache : ' pnpm'
140140
141141 - name : Install deps
@@ -153,7 +153,7 @@ jobs:
153153 name : ' TS-Check: node-24, ubuntu-latest'
154154 steps :
155155 - name : Checkout
156- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
156+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
157157 with :
158158 fetch-depth : 0
159159
@@ -163,7 +163,7 @@ jobs:
163163 - name : Set node version to 24
164164 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
165165 with :
166- node-version : 24.9.0
166+ node-version : 24.11.1
167167 cache : ' pnpm'
168168
169169 - name : Install deps
@@ -181,7 +181,7 @@ jobs:
181181 name : ' Codecov: node-24, ubuntu-latest'
182182 steps :
183183 - name : Checkout
184- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
184+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
185185 with :
186186 fetch-depth : 0
187187
@@ -191,7 +191,7 @@ jobs:
191191 - name : Set node version to 24
192192 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
193193 with :
194- node-version : 24.9.0
194+ node-version : 24.11.1
195195 cache : ' pnpm'
196196
197197 - name : Install deps
0 commit comments