From 1cdce730700469dc6d2b6b3c89f5cdfdbfcd6f8e Mon Sep 17 00:00:00 2001 From: Spencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:23:59 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b39b135..2902211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: go: ["1.19.x"] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3 with: fetch-depth: 1 - uses: WillAbides/setup-go-faster@v1.8.0