1
0
Fork 0
mirror of https://github.com/actions/toolkit.git synced 2025-06-08 06:27:02 +09:00

Use patch instead of minor

This commit is contained in:
Salman Chishti 2025-03-17 14:08:42 +00:00 committed by GitHub
parent ff4d4afef8
commit c40bccc9c3
Signed by: github
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# @actions/artifact Releases
### 2.4.0
### 2.3.2
- Added masking for Shared Access Signature (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982)
- Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991)

View file

@ -1,12 +1,12 @@
{
"name": "@actions/artifact",
"version": "2.4.0",
"version": "2.3.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/artifact",
"version": "2.4.0",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View file

@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "2.4.0",
"version": "2.3.2",
"preview": true,
"description": "Actions artifact lib",
"keywords": [

View file

@ -1,6 +1,6 @@
# @actions/cache Releases
### 4.1.0
### 4.0.3
- Added masking for Shared Access Signature (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982)

4
packages/cache/package-lock.json generated vendored
View file

@ -1,12 +1,12 @@
{
"name": "@actions/cache",
"version": "4.1.0",
"version": "4.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/cache",
"version": "4.1.0",
"version": "4.0.3",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",

View file

@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "4.1.0",
"version": "4.0.3",
"preview": true,
"description": "Actions cache lib",
"keywords": [