Skip to content

Commit 49b2330

Browse files
committed
1.0.7
1 parent ba2e671 commit 49b2330

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
description: "The manifest file to use to upload."
1414
default: "manifest.json"
1515
runs:
16-
using: "node16"
16+
using: "node20"
1717
main: "dist/index.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload-unit",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"scripts": {
55
"build": "tsc"
66
},

0 commit comments

Comments
 (0)