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

Commit1d198be

Browse files
committed
v4.3.3
1 parentb8e4443 commit1d198be

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/FTP-Deploy-Action@4.3.2
26+
uses:SamKirkland/FTP-Deploy-Action@4.3.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.js14
91+
- name: Use Node.js16
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/FTP-Deploy-Action@4.3.2
102+
uses: SamKirkland/FTP-Deploy-Action@4.3.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/FTP-Deploy-Action@4.3.2
122+
uses: SamKirkland/FTP-Deploy-Action@4.3.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/FTP-Deploy-Action@4.3.2
145+
uses: SamKirkland/FTP-Deploy-Action@4.3.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/FTP-Deploy-Action@4.3.2
167+
uses: SamKirkland/FTP-Deploy-Action@4.3.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)

[8]ページ先頭

©2009-2025 Movatter.jp