Skip to content

Commit

Permalink
Build action with v0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Dec 31, 2023
1 parent d7a7da1 commit c9e7393
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"}');

/***/ })

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action",
"version": "0.8.20",
"version": "0.8.21",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/bundled_package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "action",
"version": "0.8.20"
"version": "0.8.21"
}

0 comments on commit c9e7393

Please sign in to comment.