mirror of
https://github.com/actions/toolkit.git
synced 2026-08-17 00:00:22 +02:00
Bump toolkit version, add release notes
This commit is contained in:
Vendored
+10
@@ -1,5 +1,15 @@
|
||||
# @actions/cache Releases
|
||||
|
||||
## 6.0.1
|
||||
|
||||
- Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)):
|
||||
- `@actions/core` to `^3.0.1`
|
||||
- `@actions/http-client` to `^4.0.1`
|
||||
- `@actions/io` to `^3.0.2`
|
||||
- `@azure/core-rest-pipeline` to `^1.23.0`
|
||||
- `@azure/storage-blob` to `^12.31.0`
|
||||
- `semver` to `^7.7.4`
|
||||
|
||||
## 6.0.0
|
||||
|
||||
- **Breaking change**: Package is now ESM-only
|
||||
|
||||
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@actions/cache",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@actions/cache",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^3.0.1",
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actions/cache",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"description": "Actions cache lib",
|
||||
"keywords": [
|
||||
"github",
|
||||
|
||||
Reference in New Issue
Block a user