From 5f9ac5889bc5833992bd470f6ae957def0465932 Mon Sep 17 00:00:00 2001 From: Spencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com> Date: Sun, 15 Jan 2023 21:56:56 -0500 Subject: [PATCH] ci.yml: bump checkout -> 3.3.0 and setup-go-faster -> 1.8.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eaaab8..b39b135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: go: ["1.19.x"] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 1 - - uses: WillAbides/setup-go-faster@v1.7.0 + - uses: WillAbides/setup-go-faster@v1.8.0 with: go-version: ${{ matrix.go }} - run: "go test -race ./..."