build: bump major version

This commit is contained in:
Peter Evans 2024-01-31 10:47:22 +00:00
parent e879d98c57
commit ab77f10b16
3 changed files with 4 additions and 4 deletions

View file

@ -11,8 +11,8 @@ on:
type: choice
description: The major version tag to update
options:
- v4
- v5
- v6
jobs:
tag:

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "create-pull-request",
"version": "5.0.0",
"version": "6.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-pull-request",
"version": "5.0.0",
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View file

@ -1,6 +1,6 @@
{
"name": "create-pull-request",
"version": "5.0.0",
"version": "6.0.0",
"private": true,
"description": "Creates a pull request for changes to your repository in the actions workspace",
"main": "lib/main.js",