mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-04 21:37:47 +02:00
Bump version + changelog
This commit is contained in:
parent
084782a261
commit
d69d1b2981
2 changed files with 5 additions and 2 deletions
|
@ -67,3 +67,6 @@
|
||||||
### 3.2.3
|
### 3.2.3
|
||||||
- Support cross os caching on Windows as an opt-in feature.
|
- Support cross os caching on Windows as an opt-in feature.
|
||||||
- Fix issue with symlink restoration on Windows for cross-os caches.
|
- Fix issue with symlink restoration on Windows for cross-os caches.
|
||||||
|
|
||||||
|
### 3.2.4
|
||||||
|
- Added option to fail job on cache miss.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cache",
|
"name": "cache",
|
||||||
"version": "3.2.3",
|
"version": "3.2.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Cache dependencies and build outputs",
|
"description": "Cache dependencies and build outputs",
|
||||||
"main": "dist/restore/index.js",
|
"main": "dist/restore/index.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue