Skip to content

Commit

Permalink
Bump to v0.8.30
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Jan 3, 2024
1 parent 63795f7 commit e094d1a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For a full introduction check out the [Actionforge Documentation](https://www.ac

<!-- start usage -->
```yaml
- uses: actionforge/[email protected].25
- uses: actionforge/[email protected].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.
Expand Down
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.25"}');
module.exports = JSON.parse('{"name":"action","version":"0.8.30"}');

/***/ })

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.25",
"version": "0.8.30",
"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.25"
"version": "0.8.30"
}

0 comments on commit e094d1a

Please sign in to comment.