From c9e73936194b488569e1b6ca5afa93766ee31954 Mon Sep 17 00:00:00 2001 From: Sebastian Rath Date: Sun, 31 Dec 2023 14:58:09 -0500 Subject: [PATCH] Build action with v0.8.20 --- .github/workflows/build-and-publish.yml | 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/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 80e760f..9a5f078 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -6,6 +6,6 @@ jobs: name: Execute action graph steps: - name: Execute action graph - uses: actionforge/action@v0.4.35 + uses: actionforge/action@v0.8.20 with: graph_file: build-and-publish.yml \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 9622343..8c9d23e 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.20"}'); +module.exports = JSON.parse('{"name":"action","version":"0.8.21"}'); /***/ }) diff --git a/package-lock.json b/package-lock.json index a26d1af..c5c523b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action", - "version": "0.8.20", + "version": "0.8.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action", - "version": "0.8.20", + "version": "0.8.21", "license": "Actionforge Community License", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index dbddd44..6780010 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action", - "version": "0.8.20", + "version": "0.8.21", "description": "", "main": "dist/index.js", "scripts": { diff --git a/src/bundled_package.json b/src/bundled_package.json index 9ee219b..8b5915d 100644 --- a/src/bundled_package.json +++ b/src/bundled_package.json @@ -1,4 +1,4 @@ { "name": "action", - "version": "0.8.20" + "version": "0.8.21" }