From eecd063123217b87e0d5d86621fa3186592a40a5 Mon Sep 17 00:00:00 2001 From: Andreas Thaler Date: Fri, 1 Mar 2024 09:23:35 +0100 Subject: [PATCH] chore: Update gh action version (#826) --- .github/template/setup-golang/action.yaml | 2 +- .github/workflows/pr-code-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/template/setup-golang/action.yaml b/.github/template/setup-golang/action.yaml index 1b425ddb1..40c06251e 100644 --- a/.github/template/setup-golang/action.yaml +++ b/.github/template/setup-golang/action.yaml @@ -7,7 +7,7 @@ runs: steps: # uses an older go version by default, so configure go with newest version - name: Setup Golang - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' cache: true diff --git a/.github/workflows/pr-code-checks.yml b/.github/workflows/pr-code-checks.yml index cfd91f2b8..f7f89ddc4 100644 --- a/.github/workflows/pr-code-checks.yml +++ b/.github/workflows/pr-code-checks.yml @@ -33,7 +33,7 @@ jobs: uses: "./.github/template/setup-golang" - name: Run lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4.0.0 with: install-mode: binary version: latest