From 3dee6a85e5fbfff9f2fd3207a0b9c1a8ef492d25 Mon Sep 17 00:00:00 2001 From: dom Date: Wed, 24 Jun 2026 13:26:22 +0800 Subject: [PATCH] build Signed-off-by: dom --- .github/workflows/build.yml | 4 ++-- .github/workflows/ios.yml | 4 ++-- .github/workflows/linux_x64.yml | 4 ++-- .github/workflows/mac.yml | 4 ++-- .github/workflows/win_x64.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e1cc5701..d59e5d6a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: steps: - name: 代码迁出 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -117,7 +117,7 @@ jobs: - name: Release if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag != '' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag }} name: ${{ github.event.inputs.tag }} diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 6f7821625..152d6b196 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-26 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -44,7 +44,7 @@ jobs: - name: Release if: ${{ github.event.inputs.tag != '' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag }} name: ${{ github.event.inputs.tag }} diff --git a/.github/workflows/linux_x64.yml b/.github/workflows/linux_x64.yml index eb2b35ce0..5c947cce8 100644 --- a/.github/workflows/linux_x64.yml +++ b/.github/workflows/linux_x64.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -229,7 +229,7 @@ jobs: - name: Release if: ${{ github.event.inputs.tag != '' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag }} name: ${{ github.event.inputs.tag }} diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 2ed0d9581..3e2d38aaf 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-26 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: - name: Release if: ${{ github.event.inputs.tag != '' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag }} name: ${{ github.event.inputs.tag }} diff --git a/.github/workflows/win_x64.yml b/.github/workflows/win_x64.yml index 19b967521..bca1b0d3f 100644 --- a/.github/workflows/win_x64.yml +++ b/.github/workflows/win_x64.yml @@ -16,7 +16,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -62,7 +62,7 @@ jobs: - name: Release if: ${{ github.event.inputs.tag != '' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag }} name: ${{ github.event.inputs.tag }}