From 246f48f7e7f525bf499d19401a9e80de53890f5f Mon Sep 17 00:00:00 2001 From: hupe1980 Date: Mon, 20 Feb 2023 19:34:22 +0100 Subject: [PATCH] Upgrade github actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cc467f..5ab61c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,12 +12,12 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up Go ${{ matrix.node-version }} - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.19.x @@ -36,7 +36,7 @@ jobs: run: make test - name: Run Linter - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: skip-go-installation: true