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 102e5c1 commit 70843c5Copy full SHA for 70843c5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.1
2
+
3
+- Include the architecture in the cache key.
4
5
# 0.4.0
6
7
- Added a `cache-version` input that will be used in the cache key.
package.json
@@ -1,6 +1,6 @@
{
"name": "@moonrepo/setup-toolchain",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "A GitHub action to setup and cache the proto and moon toolchains.",
"main": "dist/index.js",
"scripts": {
0 commit comments