From a7c719071b27009c981181c7487fbbef19efcfa9 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 11 Apr 2022 16:44:41 -0700 Subject: [PATCH] ci/gha: bump actions/checkoutm, actions/setup-go Signed-off-by: Kir Kolyshkin --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8020025d..ba75e7b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,11 +9,11 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Lint run: make lint - name: Cross build @@ -27,7 +27,7 @@ jobs: # nested virtualization is only available on macOS hosts runs-on: macos-10.15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: prepare vagrant run: | ln -sf .ci/Vagrantfile.fedora Vagrantfile