Skip to content

Commit c5075c7

Browse files
author
Matt Harting
authored
clone repo and update to node20 (#1)
1 parent 6d5f4e2 commit c5075c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
required: false
1010
description: "e.g.: key1.key2"
1111
runs:
12-
using: "node16"
12+
using: "node20"
1313
main: "dist/index.js"
1414
branding:
1515
color: "yellow"

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-action-json-file-properties",
3-
"version": "1.0.4",
4-
"author": "zoexx",
3+
"version": "1.0.5",
4+
"author": "mdx-dev",
55
"description": "GitHub Action to load properties from a JSON file.",
66
"main": "dist/index.js",
77
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/zoexx/github-action-json-file-properties"
13+
"url": "git+https://github.com/mdx-dev/github-action-json-file-properties"
1414
},
1515
"keywords": [
1616
"actions",
@@ -26,4 +26,4 @@
2626
"esbuild": "^0.12.16",
2727
"typescript": "^4.3.5"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)