From a6c04e9c43c104ef95b03b4bece5ddb1c6720d41 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 17 Apr 2026 11:05:33 +0000 Subject: [PATCH] Test against k8s 1.35 Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4748919..ea092c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: name: Build runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Print version info id: semver