Skip to content

Commit 01733bc

Browse files
committed
bump caches?
1 parent a8d9aa6 commit 01733bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
env:
11-
CACHE_VERSION: '8'
11+
CACHE_VERSION: '9'
1212

1313
concurrency:
1414
group: ${{ github.ref }}

.github/workflows/codegen-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [closed]
66

77
env:
8-
CACHE_VERSION: '8'
8+
CACHE_VERSION: '9'
99

1010
jobs:
1111
codegen:

.github/workflows/process-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- closed
77

88
env:
9-
CACHE_VERSION: '8'
9+
CACHE_VERSION: '9'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)