From f19098c962211a1069a93496524993d2fd99a853 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 28 Dec 2024 10:41:31 +0000 Subject: [PATCH] Update github action modules Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index daaa236a..6b9c278a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v1 - name: Print version info id: semver