Skip to content

Commit 4eb00bb

Browse files
dependabot[bot]avrabe
authored andcommitted
ci(deps): bump SamKirkland/FTP-Deploy-Action from 4.3.4 to 4.3.6
Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases) - [Commits](SamKirkland/FTP-Deploy-Action@v4.3.4...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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c540976 commit 4eb00bb

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].6
7777
with:
7878
server: ${{ env.NETCUP_URI }}
7979
username: ${{ env.NETCUP_USER }}

0 commit comments

Comments
 (0)