From 48af591c174f5f7c032326307dfdd81ea8df1779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:26:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 (#528) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gorelease.yml | 2 +- .github/workflows/release-assets.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gorelease.yml b/.github/workflows/gorelease.yml index 69fced9..8d82e78 100644 --- a/.github/workflows/gorelease.yml +++ b/.github/workflows/gorelease.yml @@ -20,7 +20,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Gorelease cache uses: actions/cache@v2 with: diff --git a/.github/workflows/release-assets.yml b/.github/workflows/release-assets.yml index f103890..f0b2b66 100644 --- a/.github/workflows/release-assets.yml +++ b/.github/workflows/release-assets.yml @@ -17,7 +17,7 @@ jobs: with: go-version: 1.17.x - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build artifacts run: | make artifacts diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e904a64..258af9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Go cache uses: actions/cache@v2 with: