mirror of
https://github.com/layui/layui.git
synced 2026-02-09 02:09:18 +08:00
chore(deps): update actions/github-script action to v8 (#2974)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/issue-closed.yml
vendored
2
.github/workflows/issue-closed.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
# 追加标签
|
||||
- name: Add labels
|
||||
id: label-check
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
||||
2
.github/workflows/issue-opened.yml
vendored
2
.github/workflows/issue-opened.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
echo "CONTRIBUTING=$contribute" >> $GITHUB_ENV
|
||||
|
||||
- name: check invalid
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user