Skip to content

Commit 381a706

Browse files
chore(deps): update actions/github-script action to v9
1 parent c574bf4 commit 381a706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
### Semantic Release Bot comments for issues and PRs ###
2727
- name: Add release comments to issues and PRs
28-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2929
env:
3030
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3131
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
### Semantic Release Bot comments for issues and PRs ###
165165
- name: Add release comments to issues and PRs
166-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
166+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
167167
if: ${{ github.event.inputs.snapshot == 'false' }}
168168
env:
169169
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)