From 21749490223bc24d4a409537a4addf42c01903dd Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Mon, 1 Apr 2024 15:50:39 -0500 Subject: [PATCH] Bump GH actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdc11fd..002b0e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} id: go