From 94e57f3f27400b9f4c6ca3e9e76e333ec5d14e52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:15:00 +0100 Subject: [PATCH] build(deps): update actions/setup-go action to v2.2.0 (#263) Signed-off-by: Renovate Bot Co-authored-by: Renovate Bot --- .github/actions/unit-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/unit-tests/action.yml b/.github/actions/unit-tests/action.yml index 14f6983..227e7bf 100644 --- a/.github/actions/unit-tests/action.yml +++ b/.github/actions/unit-tests/action.yml @@ -10,7 +10,7 @@ runs: using: "composite" steps: - name: Install Go - uses: actions/setup-go@v2.1.5 + uses: actions/setup-go@v2.2.0 with: go-version: ${{ inputs.GO_VERSION }} - name: Test