From 2142dbc923708dc2a2ef805ebff600ba428275fb Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Mon, 24 Aug 2020 08:50:39 +0300 Subject: [PATCH] Fix deploy versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cc4f8f..07086b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: name: build and deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v2 - name: Build Gatsby Site uses: jzweifel/gatsby-cli-github-action@master @@ -17,7 +17,7 @@ jobs: gatsby-arg: build - name: Deply via ssh - uses: appleboy/scp-action@master + uses: appleboy/scp-action@v0.1.1 with: host: ${{ secrets.HOST }} username: ${{ secrets.WEBMASTER_USERNAME }}