From 167f2f1e9286496d8e20efd5140096f235b7da8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:14:06 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ftp_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ftp_deploy.yml b/.github/workflows/ftp_deploy.yml index 5dcfa63..f1c5340 100644 --- a/.github/workflows/ftp_deploy.yml +++ b/.github/workflows/ftp_deploy.yml @@ -9,7 +9,7 @@ jobs: deployment: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 10 - name: Set up Git-FTP