diff --git a/ftp/ftp-deploy.yml b/ftp/ftp-deploy.yml index 13382ca..52c75d0 100644 --- a/ftp/ftp-deploy.yml +++ b/ftp/ftp-deploy.yml @@ -10,7 +10,7 @@ jobs: with: ref: build - name: Push changes to webserver - uses: SamKirkland/FTP-Deploy-Action@v4.3.6 + uses: actions/ftp-deploy@v4.3.6 with: server: ${{ vars.FTP_URL }} username: ${{ vars.FTP_USERNAME }} diff --git a/node/node-build.yml b/node/node-build.yml index 4db122e..227aa11 100644 --- a/node/node-build.yml +++ b/node/node-build.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Pull repo uses: actions/checkout@v6 + with: + ref: main - name: Run node build uses: actions/node-action@main with: