From d86c3e3f13eb0587f6b44e5735141ccacd657379 Mon Sep 17 00:00:00 2001 From: Pedro Filipe Date: Fri, 7 Oct 2022 11:05:07 -0300 Subject: [PATCH] Update actions to latest --- .github/workflows/build.yml | 6 +++--- .github/workflows/golangci-lint.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e68a93..0c9e5f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,11 +6,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: 1.17 + go-version: '1.17' - name: Setup Test run: make setup-test - name: Run build diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 7a4d344..513d2dd 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -7,9 +7,9 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: # Required: the version of golangci-lint is required and must be # specified without patch version: we always use the latest patch