From e10a804c02454677efcd8ca863e27e62b3db2c16 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 12 Feb 2024 14:24:22 -0800 Subject: [PATCH] bump CI 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 b4747f8..618e050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ jobs: ports: ['7419:7419'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: 1.17