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 68aeeba commit 7c7e41aCopy full SHA for 7c7e41a
1 file changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2.2.2
4
+
5
+- Add `cache-all-crates` option, which is enables caching of creates installed by workflows.
6
+- Add installed packages to cache key, so changes to workflows that install rust tools are detected and cached properly.
7
+- Fix cache restore failures due to upstream bug.
8
+- Fix `EISDIR` error due to globed directories.
9
+- Update runtime `@actions/cache`, `@actions/io` and dev `typescript` dependencies.
10
+- Update `npm run prepare` so it creates distribution files with the right line endings.
11
12
## 2.2.1
13
14
- Update `@actions/cache` dependency to fix usage of `zstd` compression.
0 commit comments