Skip to content

Commit b59005b

Browse files
Upgrade: [dependabot] - bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 750b500 commit b59005b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/combine-dependabot-prs.yml

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

3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
33-
- uses: actions/github-script@v7
33+
- uses: actions/github-script@v8
3434
id: create-combined-pr
3535
name: Create Combined PR
3636
with:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
issue_number: ${{steps.get_issue_number.outputs.result}}
2626

2727
steps:
28-
- uses: actions/github-script@v7
28+
- uses: actions/github-script@v8
2929
name: get issue number
3030
id: get_issue_number
3131
with:

0 commit comments

Comments
 (0)