Skip to content

Commit 31ca503

Browse files
authored
Merge pull request #28 from xixu-me/dependabot/github_actions/github-actions-dd04e95abd
actions(deps): bump the github-actions group with 3 updates
2 parents 5271287 + 95f6054 commit 31ca503

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: 读取 Dependabot 元数据
2323
id: metadata
24-
uses: dependabot/fetch-metadata@v2
24+
uses: dependabot/fetch-metadata@v3
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727

@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: 自动批准符合条件的 PR
5353
if: steps.eligibility.outputs.auto_merge == 'true'
54-
uses: actions/github-script@v8
54+
uses: actions/github-script@v9
5555
with:
5656
github-token: ${{ secrets.GITHUB_TOKEN }}
5757
script: |
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: 开启自动合并
8888
if: steps.eligibility.outputs.auto_merge == 'true'
89-
uses: actions/github-script@v8
89+
uses: actions/github-script@v9
9090
with:
9191
github-token: ${{ secrets.GITHUB_TOKEN }}
9292
script: |

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
构建说明:直接从源代码打包,无需编译或转译。
178178
179179
- name: 创建 GitHub 发布
180-
uses: softprops/action-gh-release@v2
180+
uses: softprops/action-gh-release@v3
181181
with:
182182
tag_name: v${{ steps.version.outputs.version }}
183183
name: Xget Now ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)