diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-06-19 10:17:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 03:17:32 +0200 |
commit | 1d6b775f812f22f90d27a5d81a59070ad2d1172b (patch) | |
tree | 8f753991b82385e608497883e478a6fefcb00496 /.github/workflows/ci.generate.ts | |
parent | cfaffe9e5bbd18e48e8af2f03ea6512cf0a52379 (diff) |
chore: forward v1.44.3 release commit to main (#24256)
This is the release commit being forwarded back to main for 1.44.3
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to '.github/workflows/ci.generate.ts')
-rwxr-xr-x | .github/workflows/ci.generate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 416525131..9659b46a5 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -5,7 +5,7 @@ import { stringify } from "jsr:@std/yaml@^0.221/stringify"; // Bump this number when you want to purge the cache. // Note: the tools/release/01_bump_crate_versions.ts script will update this version // automatically via regex, so ensure that this line maintains this format. -const cacheVersion = 97; +const cacheVersion = 98; const ubuntuX86Runner = "ubuntu-22.04"; const ubuntuX86XlRunner = "ubuntu-22.04-xl"; |