Skip to content

Commit

Permalink
v0.9.52 and set hash
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Apr 9, 2024
1 parent f18d1be commit 5636645
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44058,7 +44058,7 @@ const got = source_create(defaults);
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"action","version":"0.9.42","binaries":{"linux":"441310a4fab6b0894b36d70f8fe4f28b145093a534d9f219a3b1fb3c2acc09e9"}}');
module.exports = JSON.parse('{"name":"action","version":"0.9.52","binaries":{"linux":"46cd9d2c74986f7329ca76dde6448f934231a53bd5b248da453505c8b97e6db6"}}');

/***/ })

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.9.42",
"version": "0.9.52",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/bundled_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "action",
"version": "0.9.42",
"version": "0.9.52",
"binaries": {
"linux": "441310a4fab6b0894b36d70f8fe4f28b145093a534d9f219a3b1fb3c2acc09e9"
"linux": "46cd9d2c74986f7329ca76dde6448f934231a53bd5b248da453505c8b97e6db6"
}
}

0 comments on commit 5636645

Please sign in to comment.