Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-24 13:26:22 +08:00
parent e4cbb4cf30
commit 3dee6a85e5
5 changed files with 10 additions and 10 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}