5151 shard : [1, 2, 3, 4, 5]
5252
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 - name : ' Install Node'
5656 uses : actions/setup-node@v4
5757 with :
6868 uses : denoland/setup-deno@v1
6969 with :
7070 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
71- deno-version : v1.46.3
71+ deno-version : v2.2.4
7272 - name : ' Install dependencies'
7373 run : npm ci
7474 - name : ' Prepare Netlify CLI'
@@ -127,7 +127,7 @@ jobs:
127127 version : ' 14.2.15'
128128 runs-on : ${{ matrix.os }}
129129 steps :
130- - uses : actions/checkout@v4
130+ - uses : actions/checkout@v5
131131 - name : ' Install Node'
132132 uses : actions/setup-node@v4
133133 with :
@@ -151,7 +151,7 @@ jobs:
151151 uses : denoland/setup-deno@v1
152152 with :
153153 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
154- deno-version : v1.46.3
154+ deno-version : v2.2.4
155155 - name : ' Install dependencies'
156156 run : npm ci
157157 - name : ' Build'
@@ -204,7 +204,7 @@ jobs:
204204 matrix :
205205 version : ${{ fromJson(needs.setup.outputs.matrix) }}
206206 steps :
207- - uses : actions/checkout@v4
207+ - uses : actions/checkout@v5
208208 - name : ' Install Node'
209209 uses : actions/setup-node@v4
210210 with :
@@ -218,7 +218,7 @@ jobs:
218218 uses : denoland/setup-deno@v1
219219 with :
220220 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
221- deno-version : v1.46.3
221+ deno-version : v2.2.4
222222 - name : ' Install dependencies'
223223 run : npm ci
224224 - name : ' Build'
@@ -254,7 +254,7 @@ jobs:
254254
255255 runs-on : ubuntu-latest
256256 steps :
257- - uses : actions/checkout@v4
257+ - uses : actions/checkout@v5
258258 - uses : actions/setup-node@v4
259259 with :
260260 node-version : 18
0 commit comments