From 8e4e6fbf6fcc8a272781d97597969d21b3812974 Mon Sep 17 00:00:00 2001 From: Peter Murray <681306+peter-murray@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:26:20 +0000 Subject: [PATCH] 4.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7794dad..5e8f85e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workflow-application-token-action", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workflow-application-token-action", - "version": "3.0.1", + "version": "4.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 1064760..bc8d078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workflow-application-token-action", - "version": "3.0.1", + "version": "4.0.0", "description": "GitHub Action to generate a GitHub Application access token for use in GitHub Actions workflows", "type": "module", "private": true,