From 236e6a50b221b41a8e7d612ad248a072dfa52372 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 17 Nov 2023 10:03:02 +0100 Subject: [PATCH] Bump GitHub workflows to latest versions --- .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 1c5b486..45a76b7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,12 +14,12 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ^1.13 - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get dependencies run: |