From e606f3f3a3f59ff09554e4947a11d0a89f5c635c Mon Sep 17 00:00:00 2001 From: Matrix-X Date: Sun, 23 Jun 2024 02:05:55 +0800 Subject: [PATCH] update(github): action version with v4 --- .github/workflows/go-build.yml | 4 ++-- .github/workflows/go-test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 39aca08f..e1cb07ea 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -5,9 +5,9 @@ jobs: build-go: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v4 with: go-version: 1.21 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index e5d52551..63da83b5 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -7,9 +7,9 @@ jobs: env: API_V3_KEY: ${{ secrets.API_V3_KEY }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v4 with: go-version: 1.21 - name: Test