Skip to content

Commit a3029bf

Browse files
chore(deps): bump actions/github-script from 8 to 9 (#278)
1 parent 6152943 commit a3029bf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/issue-branch&assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Create branch
12-
uses: actions/github-script@v8
12+
uses: actions/github-script@v9
1313
with:
1414
github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }}
1515
script: |
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: 自动分配问题到人民的勤务员
43-
uses: actions/github-script@v8
43+
uses: actions/github-script@v9
4444
with:
4545
github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }}
4646
script: |

.github/workflows/pr-assign-to-chinagodman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 自动分配审查和受理至人民的勤务员
14-
uses: actions/github-script@v8
14+
uses: actions/github-script@v9
1515
with:
1616
github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }}
1717
script: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.actor == 'dependabot[bot]'
1212
steps:
1313
- name: Check and merge ⛙
14-
uses: actions/github-script@v8
14+
uses: actions/github-script@v9
1515
with:
1616
github-token: ${{ secrets.QWY_SYNC_BOT_TOKEN }}
1717
script: |

0 commit comments

Comments
 (0)