Skip to content

Commit 4de50c0

Browse files
committed
Bump to v0.12.6
1 parent f023bda commit 4de50c0

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For a full introduction check out the [Actionforge Documentation](http://docs.ac
2222
## Usage
2323

2424
```yaml
25-
- uses: actionforge/action@v0.10.6
25+
- uses: actionforge/action@v0.12.6
2626
with:
2727
# The name of the graph file located in the `.github/workflows/graphs` directory.
2828
# This file defines the Actionforge Action Graph to be executed.

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38126,15 +38126,15 @@ module.exports = parseParams
3812638126
/***/ ((module) => {
3812738127

3812838128
"use strict";
38129-
module.exports = /*#__PURE__*/JSON.parse('{"name":"action","version":"0.10.6","description":"","main":"dist/index.js","scripts":{"build":"tsc && ncc build src/main.ts -o dist","test":"echo \\"Error: no test specified\\" && exit 1","generate-checksums":"ts-node src/generate-checksums.ts","ts-node":"ts-node","lint":"eslint src"},"keywords":["github","actions","workflows","node","graph"],"repository":{"type":"git","url":"git+https://github.com/actionforge/action.git"},"author":"Actionforge","license":"unknown","bugs":{"url":"https://github.com/actionforge/action/issues"},"homepage":"https://github.com/actionforge/action#readme","dependencies":{"@actions/core":"^2.0.1","@actions/github":"^6.0.1","@actions/tool-cache":"^2.0.2","@octokit/action":"^8.0.4","@types/adm-zip":"^0.5.7","@types/tar":"^6.1.13","adm-zip":"^0.5.16","axios":"^1.13.2","got":"^14.6.6","tar":"^7.5.2","ts-node":"^10.9.2"},"devDependencies":{"@eslint/js":"^9.39.2","@types/got":"^9.6.12","@types/node":"^25.0.3","@vercel/ncc":"^0.38.4","eslint":"^9.39.2","typescript":"^5.9.3","typescript-eslint":"^8.52.0"}}');
38129+
module.exports = /*#__PURE__*/JSON.parse('{"name":"action","version":"0.12.6","description":"","main":"dist/index.js","scripts":{"build":"tsc && ncc build src/main.ts -o dist","test":"echo \\"Error: no test specified\\" && exit 1","generate-checksums":"ts-node src/generate-checksums.ts","ts-node":"ts-node","lint":"eslint src"},"keywords":["github","actions","workflows","node","graph"],"repository":{"type":"git","url":"git+https://github.com/actionforge/action.git"},"author":"Actionforge","license":"unknown","bugs":{"url":"https://github.com/actionforge/action/issues"},"homepage":"https://github.com/actionforge/action#readme","dependencies":{"@actions/core":"^2.0.1","@actions/github":"^6.0.1","@actions/tool-cache":"^2.0.2","@octokit/action":"^8.0.4","@types/adm-zip":"^0.5.7","@types/tar":"^6.1.13","adm-zip":"^0.5.16","axios":"^1.13.2","got":"^14.6.6","tar":"^7.5.2","ts-node":"^10.9.2"},"devDependencies":{"@eslint/js":"^9.39.2","@types/got":"^9.6.12","@types/node":"^25.0.3","@vercel/ncc":"^0.38.4","eslint":"^9.39.2","typescript":"^5.9.3","typescript-eslint":"^8.52.0"}}');
3813038130

3813138131
/***/ }),
3813238132

3813338133
/***/ 488:
3813438134
/***/ ((module) => {
3813538135

3813638136
"use strict";
38137-
module.exports = /*#__PURE__*/JSON.parse('{"name":"action","version":"0.10.6","binaries":{"linux-x64":"c07c730e312b4eca37d6dc5ed89a5f8e4b8e9217690d762a5ef7e21bd50862e0","linux-arm64":"1f48cc1205aa349c9e7c5a2a92c7f276c8d7ea9113ea7333b3b8f485a4b7fc56","darwin-x64":"b34dc36d59a6754c437a87388449a385539e0de6db3260a27bea2af31417cb0e","darwin-arm64":"f1091c027eae3dc136f41890602cfdb433cd28c846aa6e8fd8aae6952d074234","win32-x64":"85e03bbd9f754d2cd0f4063d7af22399fb5d11d739186cf662817e0912b7f6f2","win32-arm64":"057697616c5b53e4ecdff94effcc9521cc36cf440781640bec44e9738e54a85e"}}');
38137+
module.exports = /*#__PURE__*/JSON.parse('{"name":"action","version":"0.12.6","binaries":{"linux-x64":"c07c730e312b4eca37d6dc5ed89a5f8e4b8e9217690d762a5ef7e21bd50862e0","linux-arm64":"1f48cc1205aa349c9e7c5a2a92c7f276c8d7ea9113ea7333b3b8f485a4b7fc56","darwin-x64":"b34dc36d59a6754c437a87388449a385539e0de6db3260a27bea2af31417cb0e","darwin-arm64":"f1091c027eae3dc136f41890602cfdb433cd28c846aa6e8fd8aae6952d074234","win32-x64":"85e03bbd9f754d2cd0f4063d7af22399fb5d11d739186cf662817e0912b7f6f2","win32-arm64":"057697616c5b53e4ecdff94effcc9521cc36cf440781640bec44e9738e54a85e"}}');
3813838138

3813938139
/***/ })
3814038140

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action",
3-
"version": "0.10.6",
3+
"version": "0.12.6",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

src/bundled_package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "action",
3-
"version": "0.10.6",
3+
"version": "0.12.6",
44
"binaries": {
5-
"linux-x64": "c07c730e312b4eca37d6dc5ed89a5f8e4b8e9217690d762a5ef7e21bd50862e0",
6-
"linux-arm64": "1f48cc1205aa349c9e7c5a2a92c7f276c8d7ea9113ea7333b3b8f485a4b7fc56",
7-
"darwin-x64": "b34dc36d59a6754c437a87388449a385539e0de6db3260a27bea2af31417cb0e",
8-
"darwin-arm64": "f1091c027eae3dc136f41890602cfdb433cd28c846aa6e8fd8aae6952d074234",
9-
"win32-x64": "85e03bbd9f754d2cd0f4063d7af22399fb5d11d739186cf662817e0912b7f6f2",
10-
"win32-arm64": "057697616c5b53e4ecdff94effcc9521cc36cf440781640bec44e9738e54a85e"
5+
"linux-x64": "56db59897c921f55df0cc3ccfe531de341e44c8e9b55767aa8e7fb53a70437e9",
6+
"linux-arm64": "71e22af2c1aac7c139421559294f284f0140b7e8847fea6edc7f514d6a952d32",
7+
"darwin-x64": "05f95c8228e62851aad011fd7a8965f2a8a93528af4f01c01301d0a8a4b8aaa1",
8+
"darwin-arm64": "bab242c2d14a92a3741896b4b7c4b62a0f73f3925c543d191d44a0db9dce8968",
9+
"win32-x64": "6c565cc58958e71c277e05d35f82e5043f771bfa34fc7abb10d96503fab7cbcc",
10+
"win32-arm64": "0a7c8cca2a68468c991ba456a8aff4a28acc8ed6a79bcace7103da7726fbceac"
1111
}
1212
}

0 commit comments

Comments
 (0)