From 1d198bef289074020f27bc4171ac5afb3c63c4ed Mon Sep 17 00:00:00 2001 From: SamKirkland Date: Fri, 2 Dec 2022 10:44:37 -0600 Subject: [PATCH] v4.3.3 --- README.md | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61b520a..f4049ae 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: 📂 Sync files - uses: SamKirkland/FTP-Deploy-Action@4.3.2 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.samkirkland.com username: myFtpUserName @@ -88,10 +88,10 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v2 - - name: Use Node.js 14 + - name: Use Node.js 16 uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: 🔨 Build Project run: | @@ -99,7 +99,7 @@ jobs: npm run build - name: 📂 Sync files - uses: SamKirkland/FTP-Deploy-Action@4.3.2 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.samkirkland.com username: myFtpUserName @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v2 - name: 📂 Sync files - uses: SamKirkland/FTP-Deploy-Action@4.3.2 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.samkirkland.com username: myFtpUserName @@ -142,7 +142,7 @@ jobs: uses: actions/checkout@v2 - name: 📂 Sync files - uses: SamKirkland/FTP-Deploy-Action@4.3.2 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.samkirkland.com username: myFtpUserName @@ -164,7 +164,7 @@ jobs: uses: actions/checkout@v2 - name: 📂 Sync files - uses: SamKirkland/FTP-Deploy-Action@4.3.2 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.samkirkland.com username: myFtpUserName diff --git a/package.json b/package.json index 0cd37fb..9e7ffb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ftp-deploy-action", - "version": "4.3.2", + "version": "4.3.3", "private": true, "description": "Automate deploying websites and more with this GitHub action", "main": "dist/index.js",