Skip to content

Commit e0b90f4

Browse files
chore(deps): bump actions/github-script from 7 to 8 in the major-deps-updates group (#9594)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72795fe commit e0b90f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: 📋 Get published packages
9595
if: steps.version.outputs.success == '1'
9696
id: published
97-
uses: actions/github-script@v7
97+
uses: actions/github-script@v8
9898
with:
9999
script: |
100100
const fs = require('fs');
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: 💬 Comment on PR
165165
if: steps.version.outputs.success == '1' && steps.published.outputs.count != '0'
166-
uses: actions/github-script@v7
166+
uses: actions/github-script@v8
167167
with:
168168
script: |
169169
// Get the current branch name

0 commit comments

Comments
 (0)