Skip to content

Commit a3fed53

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 1a4c35c commit a3fed53

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
@@ -23,7 +23,7 @@ jobs:
2323
issue_number: ${{steps.get_issue_number.outputs.result}}
2424

2525
steps:
26-
- uses: actions/github-script@v7
26+
- uses: actions/github-script@v8
2727
name: get issue number
2828
id: get_issue_number
2929
with:

0 commit comments

Comments
 (0)