From 09d1ef4883ded60e8e121776af378a09b8fefaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 11:26:47 +0100 Subject: [PATCH] Bump SamKirkland/FTP-Deploy-Action from 4.3.2 to 4.3.3 (#1552) Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/SamKirkland/FTP-Deploy-Action/releases) - [Commits](https://github.com/SamKirkland/FTP-Deploy-Action/compare/4.3.2...4.3.3) --- updated-dependencies: - dependency-name: SamKirkland/FTP-Deploy-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/apt.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apt.yml b/.github/workflows/apt.yml index abf3d816..c28f5761 100644 --- a/.github/workflows/apt.yml +++ b/.github/workflows/apt.yml @@ -121,7 +121,7 @@ jobs: done - name: Upload packages to APT server (DRAFT) - uses: SamKirkland/FTP-Deploy-Action@4.3.2 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: apt.hyperion-project.org username: ${{ secrets.APT_USER }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 829e0304..e009245f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -171,7 +171,7 @@ jobs: done - name: Upload packages to nightly server - uses: SamKirkland/FTP-Deploy-Action@4.3.2 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: nightly.apt.hyperion-project.org username: ${{ secrets.NIGHTLY_USER }}