File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v2
2424
2525 - name : 📂 Sync files
26- uses : SamKirkland/FTP-Deploy-Action@4.3.1
26+ uses : SamKirkland/FTP-Deploy-Action@4.3.2
2727 with :
2828 server : ftp.samkirkland.com
2929 username : myFtpUserName
9999 npm run build
100100
101101 - name: 📂 Sync files
102- uses: SamKirkland/FTP-Deploy-Action@4.3.1
102+ uses: SamKirkland/FTP-Deploy-Action@4.3.2
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.1
122+ uses: SamKirkland/FTP-Deploy-Action@4.3.2
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.1
145+ uses: SamKirkland/FTP-Deploy-Action@4.3.2
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.1
167+ uses: SamKirkland/FTP-Deploy-Action@4.3.2
168168 with:
169169 server: ftp.samkirkland.com
170170 username: myFtpUserName
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " ftp-deploy-action" ,
3- "version" : " 4.3.1 " ,
3+ "version" : " 4.3.2 " ,
44 "private" : true ,
55 "description" : " Automate deploying websites and more with this GitHub action" ,
66 "main" : " dist/index.js" ,
3737 "eslint" : " ^8.22.0" ,
3838 "eslint-plugin-jest" : " ^26.8.7" ,
3939 "typescript" : " ^4.7.4"
40+ },
41+ "jest" : {
42+ "preset" : " ts-jest"
4043 }
4144}
You can’t perform that action at this time.
0 commit comments