From 4d34261d558e487437cdb40f537eb080e2fb2af7 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 28 Dec 2024 02:47:43 +0000 Subject: [PATCH] Update github action modules 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 c0776650..99497779 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,12 +20,12 @@ jobs: steps: - name: Set up Go 1.23 - uses: actions/setup-go@v1 + uses: actions/setup-go@v5 with: go-version: '1.23' id: go - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Prepare Host run: |