Skip to content

Commit 122de88

Browse files
chore(deps): update actions/github-script action to v8
1 parent 3698dc4 commit 122de88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/issue-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Comment on PR'
13-
uses: actions/github-script@v7
13+
uses: actions/github-script@v8
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
script: |

.github/workflows/pr-post-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 'Comment on PR'
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v8
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |

0 commit comments

Comments
 (0)