Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita51268f

Browse files
authored
V4.3.6 (#514)
* v4.3.6
1 parent8811b92 commita51268f

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/FTP-Deploy-Action@v4.3.5
26+
uses:SamKirkland/FTP-Deploy-Action@v4.3.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/FTP-Deploy-Action@v4.3.5
102+
uses: SamKirkland/FTP-Deploy-Action@v4.3.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/FTP-Deploy-Action@v4.3.5
122+
uses: SamKirkland/FTP-Deploy-Action@v4.3.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/FTP-Deploy-Action@v4.3.5
145+
uses: SamKirkland/FTP-Deploy-Action@v4.3.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/FTP-Deploy-Action@v4.3.5
167+
uses: SamKirkland/FTP-Deploy-Action@v4.3.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/FTP-Deploy-Action@v4.3.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/FTP-Deploy-Action@v4.3.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)

[8]ページ先頭

©2009-2025 Movatter.jp