We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98b7cd commit 48ebf39Copy full SHA for 48ebf39
action.yaml
@@ -31,5 +31,5 @@ inputs:
31
required: false
32
33
runs:
34
- using: node16
+ using: node20
35
main: dist/index.js
src/installer.js
@@ -6,7 +6,7 @@ const tc = require('@actions/tool-cache')
6
const osPlat = os.platform()
7
const osArch = os.arch()
8
9
-const version = '1.0.1'
+const version = '1.0.5'
10
11
export async function install () {
12
const downloadUrl = `https://github.com/deploys-app/deploys/releases/download/v${version}/${getFilename(version)}`
0 commit comments