From 576b6c88f631354d8deaddf9fd30cdb0632adb1a Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 3 Feb 2024 12:50:18 -0600 Subject: [PATCH] Bump actions/setup-go version This gets rid of some deprecation warnings on Github Actions. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f45c3045c..1e494fdd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} @@ -137,7 +137,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }}