Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-24 13:26:22 +08:00
parent ebcbe8143b
commit e03a02072a
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
@@ -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 }}

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

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

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

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