Skip to content

Commit

Permalink
Merge pull request #25 from sand4rt/fix-node-warning
Browse files Browse the repository at this point in the history
fix: update the following actions to use node 20 warning
  • Loading branch information
sand4rt authored Mar 28, 2024
2 parents 22443d6 + cae69d3 commit 518beaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Simple SFTP / FTP deployment with NodeJS.

``` yml
- name: FTP Deployer
uses: sand4rt/ftp-deployer@v1.7
uses: sand4rt/ftp-deployer@v1.8
with:
sftp: false # optional
host: ${{ secrets.FTP_HOST }} # e.g. ftp.host.com or sftp.host.com (without ftp:// or ftps://)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ inputs:
default: false
description: 'passive'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sand4rt/ftp-deployer",
"version": "1.0.7",
"version": "1.0.8",
"description": "Simple SFTP / FTP deployment with NodeJS",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 518beaa

Please sign in to comment.