From 8820d780d3f2e0163ec87eb62aef8edf3a92f1f0 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:51:56 -0800 Subject: [PATCH] Update github action modules (#22) Signed-off-by: 1gtm <1gtm@appscode.com> --- .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 aeb3e59..0942ebd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,12 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Set up Go 1.23 - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: '1.23' - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Run checks run: |