1
0
Fork 0

Release `@actions/core v1.11.0` (#1839)

pull/1840/head
Josh Gross 2024-10-02 13:49:03 -04:00 committed by GitHub
parent 650f7c6aa3
commit 6ca0d9b637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# @actions/core Releases
### 1.11.0
- Remove dependency on `uuid` package [#1824](https://github.com/actions/toolkit/pull/1824)
### 1.10.1
- Fix error message reference in oidc utils [#1511](https://github.com/actions/toolkit/pull/1511)

View File

@ -1,12 +1,12 @@
{
"name": "@actions/core",
"version": "1.10.1",
"version": "1.11.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/core",
"version": "1.10.1",
"version": "1.11.0",
"license": "MIT",
"dependencies": {
"@actions/exec": "^1.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.10.1",
"version": "1.11.0",
"description": "Actions core lib",
"keywords": [
"github",