1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-02 04:57:46 +02:00

Bump version + changelog

This commit is contained in:
Marc Mueller 2023-01-30 11:40:09 +01:00
parent 084782a261
commit d69d1b2981
2 changed files with 5 additions and 2 deletions

View file

@ -66,4 +66,7 @@
### 3.2.3
- 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.

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.2.3",
"version": "3.2.4",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",