diff --git a/.github/workflows/ftp_deploy.yml b/.github/workflows/ftp_deploy.yml index d223747..f48d326 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@v1 + - uses: actions/checkout@v2.3.4 - name: Set up Git-FTP run: | curl https://raw.githubusercontent.com/git-ftp/git-ftp/master/git-ftp > git-ftp &&