From ac1d325bf09f1a1472c50f29a250e04cbc950037 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: Fri, 21 Feb 2025 21:50:23 +0900 Subject: [PATCH] chore(workflow): update deprecated package --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7634fe0..2fa92a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,16 +14,16 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@master with: go-version: ^1.23 - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@master - 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