Skip to content

Commit a67e861

Browse files
authored
Update action.yml
1 parent f76007e commit a67e861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Push git subdirectory as branch'
33
description: 'Push a subdirectory as a branch to any git repo over SSH (or to the local repo)'
44
author: 'Sam Lanning <[email protected]>'
55
runs:
6-
using: 'node16'
6+
using: 'node20'
77
main: 'action/dist/index.js'
88
branding:
99
icon: 'upload-cloud'

0 commit comments

Comments
 (0)