From 6ddb1ad401ace30f0614d50c753e2db4839be3cd Mon Sep 17 00:00:00 2001 From: Vinny Date: Fri, 28 Mar 2025 14:04:53 +0000 Subject: [PATCH] Update go.yml Updated actions checkout/cache to v4. --- .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 7127207..f3e55e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: id: go - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Linux build run: | @@ -29,7 +29,7 @@ jobs: doh-server/doh-server - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: # A directory to store and save the cache path: ~/go/pkg/mod