Skip to content

Commit 0d20b4e

Browse files
ci(deps): bump SamKirkland/FTP-Deploy-Action from 4.3.4 to 4.3.5
Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases) - [Commits](SamKirkland/FTP-Deploy-Action@v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: SamKirkland/FTP-Deploy-Action dependency-version: 4.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc1b2de commit 0d20b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Deploy to Netcup hosting
7474
# Only deploy if secrets are available
7575
if: env.NETCUP_URI != '' && env.NETCUP_USER != '' && env.NETCUP_PASSWORD != ''
76-
uses: SamKirkland/[email protected].4
76+
uses: SamKirkland/[email protected].5
7777
with:
7878
server: ${{ env.NETCUP_URI }}
7979
username: ${{ env.NETCUP_USER }}

0 commit comments

Comments
 (0)