From d72aac76d63608b3e9caa8164caa526cf1b481fa Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Fri, 19 Apr 2024 08:47:16 -1000 Subject: [PATCH] update other actions Signed-off-by: Adrian Cole --- .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 601bf94..1b5dad2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,12 @@ jobs: steps: # Set fetch-depth: 0 to fetch commit history and tags for use in version calculation - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup go - uses: actions/setup-go@v1 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }}