Bump SamKirkland/FTP-Deploy-Action from 4.3.1 to 4.3.2 (#1517)

Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/SamKirkland/FTP-Deploy-Action/releases)
- [Commits](https://github.com/SamKirkland/FTP-Deploy-Action/compare/4.3.1...4.3.2)

---
updated-dependencies:
- dependency-name: SamKirkland/FTP-Deploy-Action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-05 23:01:21 +01:00 committed by GitHub
parent 9df21b9ddd
commit 49b83abcdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ jobs:
done
- name: Upload packages to APT server (DRAFT)
uses: SamKirkland/FTP-Deploy-Action@4.3.1
uses: SamKirkland/FTP-Deploy-Action@4.3.2
with:
server: apt.hyperion-project.org
username: ${{ secrets.APT_USER }}

View File

@ -169,7 +169,7 @@ jobs:
done
- name: Upload packages to nightly server
uses: SamKirkland/FTP-Deploy-Action@4.3.1
uses: SamKirkland/FTP-Deploy-Action@4.3.2
with:
server: nightly.apt.hyperion-project.org
username: ${{ secrets.NIGHTLY_USER }}