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