diff --git a/action.yml b/action.yml index bcc6108..799dabc 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: required: false description: "e.g.: key1.key2" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: color: "yellow" diff --git a/package.json b/package.json index 199c906..426bd08 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-action-json-file-properties", - "version": "1.0.4", - "author": "zoexx", + "version": "1.0.5", + "author": "mdx-dev", "description": "GitHub Action to load properties from a JSON file.", "main": "dist/index.js", "scripts": { @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zoexx/github-action-json-file-properties" + "url": "git+https://github.com/mdx-dev/github-action-json-file-properties" }, "keywords": [ "actions", @@ -26,4 +26,4 @@ "esbuild": "^0.12.16", "typescript": "^4.3.5" } -} \ No newline at end of file +}