From 9231d8231e1ec5039fa01853906a4d79e4c5e02a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:05:23 +0000 Subject: [PATCH] chore(deps): update samkirkland/ftp-deploy-action action to v4.4.0 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ac8dcd68..0087d0e7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -105,7 +105,7 @@ jobs: - name: Deploy if: ${{ github.repository_owner == 'CougarCS' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/prod')}} - uses: SamKirkland/FTP-Deploy-Action@4.3.0 + uses: SamKirkland/FTP-Deploy-Action@v4.4.0 with: server: ${{secrets.FTP_URL}} username: ${{secrets.FTP_USERNAME}}