summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.generate.ts
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-07-19 21:11:50 -0600
committerGitHub <noreply@github.com>2023-07-20 05:11:50 +0200
commit0c3bbf7acdeacdd1c36b4b847679d85ca19962dc (patch)
treef61bb11db7544a4e6bca4552f4e9facb7752f629 /.github/workflows/ci.generate.ts
parentaa95a3a6e04a7b0d1a06f4e149793a6970bda3aa (diff)
chore: forward v1.35.2 release commit to main (#19887)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to '.github/workflows/ci.generate.ts')
-rwxr-xr-x.github/workflows/ci.generate.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 23e522728..c785f081f 100755
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -5,7 +5,7 @@ import * as yaml from "https://deno.land/std@0.173.0/encoding/yaml.ts";
// 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 = 45;
+const cacheVersion = 46;
const Runners = (() => {
const ubuntuRunner = "ubuntu-22.04";