Skip to content

Commit

Permalink
v0.8.31
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Jan 14, 2024
1 parent 8d4a3e3 commit afc00b0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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/[email protected].30
uses: actionforge/[email protected].31
with:
graph_file: build-and-publish.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For a full introduction check out the [Actionforge Documentation](https://www.ac

<!-- start usage -->
```yaml
- uses: actionforge/[email protected].30
- uses: actionforge/[email protected].31
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 @@ -44012,7 +44012,7 @@ const got = source_create(defaults);
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"action","version":"0.8.30"}');
module.exports = JSON.parse('{"name":"action","version":"0.8.31"}');

/***/ })

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.30",
"version": "0.8.31",
"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.30"
"version": "0.8.31"
}

0 comments on commit afc00b0

Please sign in to comment.