Merge a12167151dc9a02793905a01502f92fb2f2d5c14 into 2da3acf84c979c204b65333ad166eec43a99d76b

This commit is contained in:
dependabot[bot] 2025-08-19 14:14:22 +08:00 committed by GitHub
commit 1487444837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
@ -65,7 +65,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@ -21,7 +21,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@ -15,7 +15,7 @@ jobs:
goarch: ["386", "amd64"] goarch: ["386", "amd64"]
steps: steps:
- name: checkout code - name: checkout code
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: build binaries - name: build binaries
uses: wangyoucao577/go-release-action@v1.53 uses: wangyoucao577/go-release-action@v1.53
with: with:

View File

@ -15,7 +15,7 @@ jobs:
goarch: ["arm", "arm64"] goarch: ["arm", "arm64"]
steps: steps:
- name: checkout code - name: checkout code
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: build binaries - name: build binaries
uses: wangyoucao577/go-release-action@v1.53 uses: wangyoucao577/go-release-action@v1.53
with: with: