From e2bca41f43014ee0efd5dcd4456ef6fe93db86e0 Mon Sep 17 00:00:00 2001 From: David Gamba Date: Wed, 21 Feb 2024 23:17:48 -0700 Subject: [PATCH] actions: update versions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7814080..82d85bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,10 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} id: go