From dcb20a35492346ad9e99699264b09e158a1ea537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:21:55 +0800 Subject: [PATCH] chore: update ci action version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3818de6..51171a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,11 @@ jobs: go-version: ^1.25 - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache Go id: cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: # A list of files, directories, and wildcard patterns to cache and restore path: ~/go/pkg/mod