Skip to content

Commit 6cc2572

Browse files
committed
Merge branch 'dependabot/github_actions/actions/github-script-8' into tmp/octopus/w/132.0/dependabot/github_actions/actions/github-script-8
2 parents 440880c + f09db69 commit 6cc2572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-dev-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
git push --set-upstream origin ${{ env.INIT_BRANCH_NAME }}
120120
# create PR
121121
- name: create PR
122-
uses: actions/github-script@v7
122+
uses: actions/github-script@v8
123123
with:
124124
script: |
125125
const pr = await github.rest.pulls.create({

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
git commit --amend --no-edit
180180
git push --set-upstream origin feature/merge-${{ env.RELEASE_TAG }}-tag
181181
- name: Create pull request
182-
uses: actions/github-script@v7
182+
uses: actions/github-script@v8
183183
with:
184184
script: |
185185
const pr = await github.rest.pulls.create({

0 commit comments

Comments
 (0)