From 8b69d9529fb6786814c858cc104249143e9312a3 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Thu, 17 Apr 2025 23:15:55 +0800 Subject: [PATCH] deps: update to actions/checkout@v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c41233b..a20610b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: version_tag_exists: ${{ steps.check_tag.outputs.version_tag_exists }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 fetch-tags: true @@ -65,7 +65,7 @@ jobs: if: ${{ needs.build.outputs.version_tag_exists == 'false' }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2