Skip to content

Commit 518beaa

Browse files
authored
Merge pull request #25 from sand4rt/fix-node-warning
fix: update the following actions to use node 20 warning
2 parents 22443d6 + cae69d3 commit 518beaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Simple SFTP / FTP deployment with NodeJS.
66

77
``` yml
88
- name: FTP Deployer
9-
uses: sand4rt/ftp-deployer@v1.7
9+
uses: sand4rt/ftp-deployer@v1.8
1010
with:
1111
sftp: false # optional
1212
host: ${{ secrets.FTP_HOST }} # e.g. ftp.host.com or sftp.host.com (without ftp:// or ftps://)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ inputs:
4646
default: false
4747
description: 'passive'
4848
runs:
49-
using: 'node16'
49+
using: 'node20'
5050
main: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sand4rt/ftp-deployer",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Simple SFTP / FTP deployment with NodeJS",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)