From 67353a8bcf2a2c30623e68eaf50075b7a6fcf1a8 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Sun, 30 Jun 2024 10:35:08 -0400 Subject: [PATCH] Update version of github actions --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d1e4e77..58e0c0e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,12 +20,12 @@ jobs: steps: - id: go name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: go build -v .