From 4cd2253b24c9682a5be99eb6f7ab3484586978fa Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 23 Jun 2026 20:07:08 +0800 Subject: [PATCH] chore(ci): update GitHub Actions dependencies to latest versions - Bump actions/checkout from v6 to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d0c2d..cef22ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: send custom message with args uses: ./ with: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index f90581e..ff7b91e 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0