diff --git a/README.md b/README.md index c961329..9aa10f8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For a full introduction check out the [Actionforge Documentation](https://www.ac ```yaml -- uses: actionforge/action@v0.8.31 +- uses: actionforge/action@v0.8.32 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/action.yml b/action.yml index 064e292..ce5aa93 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: Actionforge Action +name: Actionforge description: GitHub Action for executing an Actionforge Action Graph. inputs: graph_file: @@ -19,4 +19,4 @@ branding: color: 'green' runs: using: 'node20' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js' diff --git a/dist/index.js b/dist/index.js index 988215f..04f3bb3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -44035,7 +44035,7 @@ const got = source_create(defaults); /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"action","version":"0.8.31","binaries":{"linux":"dc365e3bf8bef9b0705babc78ee9eebf7ac6fd581a4d9aa3e3f4d3798aa0cc1c"}}'); +module.exports = JSON.parse('{"name":"action","version":"0.8.32","binaries":{"linux":"dc365e3bf8bef9b0705babc78ee9eebf7ac6fd581a4d9aa3e3f4d3798aa0cc1c"}}'); /***/ }) diff --git a/package-lock.json b/package-lock.json index cd82cab..331d1ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action", - "version": "0.8.31", + "version": "0.8.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action", - "version": "0.8.31", + "version": "0.8.32", "license": "Actionforge Community License", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 68a6c4c..213d3ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action", - "version": "0.8.31", + "version": "0.8.32", "description": "", "main": "dist/index.js", "scripts": { diff --git a/src/bundled_package.json b/src/bundled_package.json index f384d50..8c1fc94 100644 --- a/src/bundled_package.json +++ b/src/bundled_package.json @@ -1,6 +1,6 @@ { "name": "action", - "version": "0.8.31", + "version": "0.8.32", "binaries": { "linux": "dc365e3bf8bef9b0705babc78ee9eebf7ac6fd581a4d9aa3e3f4d3798aa0cc1c" }