Skip to content

Commit

Permalink
Merge pull request #41 from garygrossgarten/feat/node16
Browse files Browse the repository at this point in the history
update action
  • Loading branch information
garygrossgarten committed Nov 7, 2022
2 parents dba89d8 + b559ce3 commit 8a27854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -55,7 +55,7 @@ inputs:
required: false
default: false
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
color: "purple"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@garygrossgarten/github-action-scp",
"version": "0.7.3",
"version": "0.8.0",
"description": "Copy a folder to a remote server using SSH.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a27854

Please sign in to comment.