File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.1
2+
3+ - Support proto v0.24 changes.
4+
15# 0.2.0
26
37- Added a ` cache ` input to toggle caching of the toolchain. Defaults to true.
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ export function isUsingMoon() {
5050}
5151
5252export function getCacheKeyPrefix ( ) {
53- return 'moonrepo-toolchain-v1' ;
53+ // v1 - Before proto v0.24 changes
54+ return 'moonrepo-toolchain-v2' ;
5455}
5556
5657export async function getToolchainCacheKey ( ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " @moonrepo/setup-toolchain" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " A GitHub action to setup and cache the proto and moon toolchains." ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments