From baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb Mon Sep 17 00:00:00 2001 From: Peter Murray <681306+peter-murray@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:48:31 +0000 Subject: [PATCH] 3.0.1 --- 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 6a472c6..dd68498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workflow-application-token-action", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workflow-application-token-action", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 012a94f..5e9def5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workflow-application-token-action", - "version": "3.0.0", + "version": "3.0.1", "description": "GitHub Action to generate a GitHub Application access token for use in GitHub Actions workflows", "main": "index.js", "scripts": {