Skip to content

Commit a51268f

Browse files
authored
V4.3.6 (#514)
* v4.3.6
1 parent 8811b92 commit a51268f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

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

2525
- name: 📂 Sync files
26-
uses: SamKirkland/[email protected].5
26+
uses: SamKirkland/[email protected].6
2727
with:
2828
server: ftp.samkirkland.com
2929
username: myFtpUserName
@@ -99,7 +99,7 @@ jobs:
9999
npm run build
100100
101101
- name: 📂 Sync files
102-
uses: SamKirkland/[email protected].5
102+
uses: SamKirkland/[email protected].6
103103
with:
104104
server: ftp.samkirkland.com
105105
username: myFtpUserName
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v4
120120
121121
- name: 📂 Sync files
122-
uses: SamKirkland/[email protected].5
122+
uses: SamKirkland/[email protected].6
123123
with:
124124
server: ftp.samkirkland.com
125125
username: myFtpUserName
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v4
143143
144144
- name: 📂 Sync files
145-
uses: SamKirkland/[email protected].5
145+
uses: SamKirkland/[email protected].6
146146
with:
147147
server: ftp.samkirkland.com
148148
username: myFtpUserName
@@ -164,7 +164,7 @@ jobs:
164164
uses: actions/checkout@v4
165165
166166
- name: 📂 Sync files
167-
uses: SamKirkland/[email protected].5
167+
uses: SamKirkland/[email protected].6
168168
with:
169169
server: ftp.samkirkland.com
170170
username: myFtpUserName

migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Most features have been carried forward and improved upon. However, some feature
2525
### How to upgrade
2626

2727
1. Remove `with: fetch-depth: 2`. It is no longer needed and removing it will _slightly_ speed up deployments.
28-
2. Change the version to `v4.X.X`, for example `SamKirkland/[email protected].5` (please check the [README](https://github.com/SamKirkland/FTP-Deploy-Action/blob/master/README.md) or the [releases page](https://github.com/SamKirkland/FTP-Deploy-Action/releases/latest) for the latest version).
28+
2. Change the version to `v4.X.X`, for example `SamKirkland/[email protected].6` (please check the [README](https://github.com/SamKirkland/FTP-Deploy-Action/blob/master/README.md) or the [releases page](https://github.com/SamKirkland/FTP-Deploy-Action/releases/latest) for the latest version).
2929
3. If you have a `.git-ftp-include` file you should delete it. Version 4 tracks files differently and no longer needs this config file.
3030
4. If you have a `.git-ftp-ignore` file, you should transfer the options to the new `exclude` argument. **Note:** version 4 excludes any `.git*` and `node_modules/` files / folders by default.
3131
5. Update your arguments to reflect the following changes:

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.5",
3+
"version": "4.3.6",
44
"private": true,
55
"description": "Automate deploying websites and more with this GitHub action",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)