Skip to content

Commit 1d198be

Browse files
committed
v4.3.3
1 parent b8e4443 commit 1d198be

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: 📂 Sync files
26-
uses: SamKirkland/[email protected].2
26+
uses: SamKirkland/[email protected].3
2727
with:
2828
server: ftp.samkirkland.com
2929
username: myFtpUserName
@@ -88,18 +88,18 @@ jobs:
8888
- name: 🚚 Get latest code
8989
uses: actions/checkout@v2
9090
91-
- name: Use Node.js 14
91+
- name: Use Node.js 16
9292
uses: actions/setup-node@v2
9393
with:
94-
node-version: '14'
94+
node-version: '16'
9595
9696
- name: 🔨 Build Project
9797
run: |
9898
npm install
9999
npm run build
100100
101101
- name: 📂 Sync files
102-
uses: SamKirkland/[email protected].2
102+
uses: SamKirkland/[email protected].3
103103
with:
104104
server: ftp.samkirkland.com
105105
username: myFtpUserName
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v2
120120
121121
- name: 📂 Sync files
122-
uses: SamKirkland/[email protected].2
122+
uses: SamKirkland/[email protected].3
123123
with:
124124
server: ftp.samkirkland.com
125125
username: myFtpUserName
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v2
143143
144144
- name: 📂 Sync files
145-
uses: SamKirkland/[email protected].2
145+
uses: SamKirkland/[email protected].3
146146
with:
147147
server: ftp.samkirkland.com
148148
username: myFtpUserName
@@ -164,7 +164,7 @@ jobs:
164164
uses: actions/checkout@v2
165165
166166
- name: 📂 Sync files
167-
uses: SamKirkland/[email protected].2
167+
uses: SamKirkland/[email protected].3
168168
with:
169169
server: ftp.samkirkland.com
170170
username: myFtpUserName

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ftp-deploy-action",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "Automate deploying websites and more with this GitHub action",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)