From 2a48e2851321cd987d75da44cca7f0adbe8202a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Nov 2020 15:55:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2 --- .github/workflows/linters.yml | 4 ++-- .github/workflows/publish-client.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index d346566..e24cf6f 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Commitsar check uses: docker://aevea/commitsar golangci-lint: @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: golangci-lint uses: docker://reviewdog/action-golangci-lint with: diff --git a/.github/workflows/publish-client.yml b/.github/workflows/publish-client.yml index 78d3e39..5e82981 100644 --- a/.github/workflows/publish-client.yml +++ b/.github/workflows/publish-client.yml @@ -20,7 +20,7 @@ jobs: with: go-version: 1.14.x - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: "12.x" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78edf30..c64d7ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Release Notary uses: docker://aevea/release-notary env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9922ab8..8f723a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Test run: | export PATH=${PATH}:`go env GOPATH`/bin @@ -33,7 +33,7 @@ jobs: with: go-version: 1.14.x - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Tidy check run: | export PATH=${PATH}:`go env GOPATH`/bin @@ -48,7 +48,7 @@ jobs: with: go-version: 1.14.x - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Tidy check run: | export PATH=${PATH}:`go env GOPATH`/bin