From 0c8524c310ff34c50a5b8527014ebb6ed68bee29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 13:45:41 +0100 Subject: [PATCH] Bump actions/checkout from 2 to 3 (#112) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8478518..8430841 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: matrix: go: [ '1.14', '1.15' ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Pre-run run: |