From 8cd5fc961f419bb37985841c4ea3ff3e1cd52548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 18:06:47 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b456da..61ffb9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: go: [ '1.17', '1.18' ] name: Go install with Go ${{ matrix.go }} steps: - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - run: go install -v github.com/vshn/signalilo@${{ github.head_ref }}