From efe54277c5c4142b76a87cdd14b503bd97c55f75 Mon Sep 17 00:00:00 2001 From: harishmatheshwaran <95412458+harishmatheshwaran@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:48:22 +0530 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index de83e3b6..99e1332b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: golang:latest steps: - - uses: actions/checkout@1.0.0 + - uses: actions/checkout@v3 - name: Get dependencies run: go get -v -t -d ./... - name: Run tests