From eea8ef6cf7ea2c2f2d7a229dd60dd83fe96f7f05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:30:42 +0000 Subject: [PATCH] Update actions/checkout action to v3.6.0 --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f430d5c..fab4da9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: with: go-version: "1.18" - name: Check out code into the Go module directory - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.6.0 - name: Build run: | go build -v . @@ -28,7 +28,7 @@ jobs: with: go-version: "1.18" - name: Check out code into the Go module directory - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.6.0 - name: Unit testing run: | go test -v -cover .