From 4737de3dc2c6634ac96dabad48b8cc8fd7d858d3 Mon Sep 17 00:00:00 2001 From: harishmatheshwaran <95412458+harishmatheshwaran@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:37:57 +0530 Subject: [PATCH] Update site-deploy.yaml --- .github/workflows/site-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-deploy.yaml b/.github/workflows/site-deploy.yaml index bc7a2e56..a1ca2c41 100644 --- a/.github/workflows/site-deploy.yaml +++ b/.github/workflows/site-deploy.yaml @@ -12,7 +12,7 @@ jobs: environment: netlify container: golang:latest steps: - - uses: actions/checkout@1.0.0 + - uses: actions/checkout@v3 - name: Get dependencies run: go get -v -t -d ./... - name: Make awesome-go.com