From e2517c0ed02c266d83297a1ef9a87c0954e9425b Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Fri, 26 Jun 2020 10:05:48 +0300 Subject: [PATCH] Update main.yml --- .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 3cdde13..3cc4f8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,10 +9,10 @@ jobs: name: build and deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@master - name: Build Gatsby Site - uses: jzweifel/gatsby-cli-github-action@v1.0.0 + uses: jzweifel/gatsby-cli-github-action@master with: gatsby-arg: build