Merge branch 'main' into graphql/projectv2

This commit is contained in:
Lukasz Warchol
2022-06-27 14:53:57 +00:00
committed by GitHub
12 changed files with 350 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
---
name: '@actions/core'
version: 1.6.0
version: 1.9.0
type: npm
summary: Actions core lib
homepage: https://github.com/actions/toolkit/tree/main/packages/core

View File

@@ -1,6 +1,6 @@
---
name: '@actions/github'
version: 5.0.0
version: 5.0.3
type: npm
summary: Actions github lib
homepage: https://github.com/actions/toolkit/tree/main/packages/github

View File

@@ -1,9 +1,9 @@
---
name: '@actions/http-client'
version: 1.0.11
version: 2.0.1
type: npm
summary: Actions Http Client
homepage: https://github.com/actions/http-client#readme
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client
license: mit
licenses:
- sources: LICENSE

View File

@@ -1,6 +1,6 @@
---
name: '@octokit/core'
version: 3.5.1
version: 3.6.0
type: npm
summary: Extendable client for GitHub's REST & GraphQL APIs
homepage: