Skip to content

Commit 48ebf39

Browse files
committed
update version
1 parent e98b7cd commit 48ebf39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ inputs:
3131
required: false
3232

3333
runs:
34-
using: node16
34+
using: node20
3535
main: dist/index.js

src/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const tc = require('@actions/tool-cache')
66
const osPlat = os.platform()
77
const osArch = os.arch()
88

9-
const version = '1.0.1'
9+
const version = '1.0.5'
1010

1111
export async function install () {
1212
const downloadUrl = `https://github.com/deploys-app/deploys/releases/download/v${version}/${getFilename(version)}`

0 commit comments

Comments
 (0)