We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6157c81 commit afb91c2Copy full SHA for afb91c2
2 files changed
.github/workflows/tools.yml
@@ -38,7 +38,6 @@ on:
38
- root-certificates
39
- simdjson
40
- sqlite
41
- - temporal
42
- undici
43
- uvwasi
44
- zlib
@@ -256,14 +255,6 @@ jobs:
256
255
cat temp-output
257
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
258
rm temp-output
259
- - id: temporal
260
- subsystem: deps
261
- label: dependencies
262
- run: |
263
- ./tools/dep_updaters/update-temporal.sh > temp-output
264
- cat temp-output
265
- tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
266
- rm temp-output
267
- id: undici
268
subsystem: deps
269
label: dependencies
tools/dep_updaters/update-temporal.sh
0 commit comments