Skip to content

Commit c8af580

Browse files
chore(deps): bump SamKirkland/FTP-Deploy-Action (#6873)
Bumps the non-breaking-changes group with 1 update: [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action). Updates `SamKirkland/FTP-Deploy-Action` from 4.3.5 to 4.3.6 - [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases) - [Commits](SamKirkland/FTP-Deploy-Action@v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: SamKirkland/FTP-Deploy-Action dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 348c977 commit c8af580

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm build:play
3131

3232
- name: Sync Playground files
33-
uses: SamKirkland/[email protected].5
33+
uses: SamKirkland/[email protected].6
3434
with:
3535
server: ${{ secrets.PRO_FTP_HOST }}
3636
username: ${{ secrets.WEB_PLAYGROUND_FTP_ACCOUNT }}
@@ -54,7 +54,7 @@ jobs:
5454
run: pnpm build:docs
5555

5656
- name: Sync Docs files
57-
uses: SamKirkland/[email protected].5
57+
uses: SamKirkland/[email protected].6
5858
with:
5959
server: ${{ secrets.PRO_FTP_HOST }}
6060
username: ${{ secrets.WEBSITE_FTP_ACCOUNT }}
@@ -85,7 +85,7 @@ jobs:
8585
run: pnpm run build:antd
8686

8787
- name: Sync files
88-
uses: SamKirkland/[email protected].5
88+
uses: SamKirkland/[email protected].6
8989
with:
9090
server: ${{ secrets.PRO_FTP_HOST }}
9191
username: ${{ secrets.WEB_ANTD_FTP_ACCOUNT }}
@@ -116,7 +116,7 @@ jobs:
116116
run: pnpm run build:ele
117117

118118
- name: Sync files
119-
uses: SamKirkland/[email protected].5
119+
uses: SamKirkland/[email protected].6
120120
with:
121121
server: ${{ secrets.PRO_FTP_HOST }}
122122
username: ${{ secrets.WEB_ELE_FTP_ACCOUNT }}
@@ -147,7 +147,7 @@ jobs:
147147
run: pnpm run build:naive
148148

149149
- name: Sync files
150-
uses: SamKirkland/[email protected].5
150+
uses: SamKirkland/[email protected].6
151151
with:
152152
server: ${{ secrets.PRO_FTP_HOST }}
153153
username: ${{ secrets.WEB_NAIVE_FTP_ACCOUNT }}

0 commit comments

Comments
 (0)