diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 922170a95..b0680ad6d 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 @@ -118,7 +118,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 403bd593c..c4bc13421 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 @@ -45,7 +45,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 65ad9d269..49faec4d3 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 @@ -230,7 +230,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 f674854ca..9cf209320 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 @@ -49,7 +49,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 07a8112e1..931175348 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 @@ -63,7 +63,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 }}