From e094d1afc1e54c3e76577426aaf5c0ca6c7fa5b6 Mon Sep 17 00:00:00 2001 From: Sebastian Rath Date: Tue, 2 Jan 2024 23:45:48 -0500 Subject: [PATCH] Bump to v0.8.30 --- README.md | 2 +- dist/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/bundled_package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c132ec1..7cc4c07 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For a full introduction check out the [Actionforge Documentation](https://www.ac ```yaml -- uses: actionforge/action@v0.8.25 +- uses: actionforge/action@v0.8.30 with: # The name of the graph file located in the `.github/workflows/graphs` directory. # This file defines the Actionforge Action Graph to be executed. diff --git a/dist/index.js b/dist/index.js index 7717fa6..69b42ed 100644 --- a/dist/index.js +++ b/dist/index.js @@ -44013,7 +44013,7 @@ const got = source_create(defaults); /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"action","version":"0.8.25"}'); +module.exports = JSON.parse('{"name":"action","version":"0.8.30"}'); /***/ }) diff --git a/package-lock.json b/package-lock.json index 9c8bd72..52c13ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action", - "version": "0.8.25", + "version": "0.8.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action", - "version": "0.8.25", + "version": "0.8.30", "license": "Actionforge Community License", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 0746b79..8a4726c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action", - "version": "0.8.25", + "version": "0.8.30", "description": "", "main": "dist/index.js", "scripts": { diff --git a/src/bundled_package.json b/src/bundled_package.json index 249702f..bfc99fc 100644 --- a/src/bundled_package.json +++ b/src/bundled_package.json @@ -1,4 +1,4 @@ { "name": "action", - "version": "0.8.25" + "version": "0.8.30" }