Skip to content

Commit f87a7fb

Browse files
Bump actions/github-script from 6 to 8 (#2146)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea895dc commit f87a7fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-update-Dockerfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
# Add "Release Not Needed" label to the PR
182182
- name: Add Release Not Needed label
183183
if: ${{ steps.pull-request.outputs.pr_number }}
184-
uses: actions/github-script@v6
184+
uses: actions/github-script@v8
185185
with:
186186
github-token: ${{ secrets.GITHUB_TOKEN }}
187187
script: |

.github/workflows/issue-regression-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Fetch template body
1313
id: check_regression
14-
uses: actions/github-script@v7
14+
uses: actions/github-script@v8
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
TEMPLATE_BODY: ${{ github.event.issue.body }}

.github/workflows/update-Dockerfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# Add "Release Not Needed" label to the PR
174174
- name: Add Release Not Needed label
175175
if: ${{ steps.pull-request.outputs.pr_number }}
176-
uses: actions/github-script@v6
176+
uses: actions/github-script@v8
177177
with:
178178
github-token: ${{ secrets.GITHUB_TOKEN }}
179179
script: |

0 commit comments

Comments
 (0)