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