build(release): 3.1.0 [skip ci]

# [3.1.0](https://github.com/actions/create-github-app-token/compare/v3.0.0...v3.1.0) (2026-04-11)

### Bug Fixes

* **deps:** bump p-retry from 7.1.1 to 8.0.0 ([#357](https://github.com/actions/create-github-app-token/issues/357)) ([3bbe07d](3bbe07d928))

### Features

* add `client-id` input and deprecate `app-id` ([#353](https://github.com/actions/create-github-app-token/issues/353)) ([e6bd4e6](e6bd4e6970))
* update permission inputs ([#358](https://github.com/actions/create-github-app-token/issues/358)) ([076e948](076e9480ca))
This commit is contained in:
semantic-release-bot
2026-04-11 00:39:23 +00:00
parent e6bd4e6970
commit 7bd0371149
3 changed files with 80 additions and 37 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "create-github-app-token",
"version": "3.0.0",
"version": "3.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-github-app-token",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^3.0.0",