From 978121385839a53b53fcb04ba8fb39d9a85e8fbb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 May 2022 18:26:16 +0000 Subject: [PATCH] ci: update actions/checkout action to v3 --- .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 102bea1..6223f45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: GOPROXY: direct GOSUMDB: off steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v2 with: