Skip to content

Commit 63a7eea

Browse files
dependabot[bot]baxyz
authored andcommitted
chore(deps): 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 fbd910c commit 63a7eea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/job-pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pull-requests: write
4848
steps:
4949
- name: Post PR comment
50-
uses: actions/github-script@v7
50+
uses: actions/github-script@v8
5151
with:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
5353
script: |

.github/workflows/pr-validation.yml

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

178178
steps:
179179
- name: Update PR comment
180-
uses: actions/github-script@v7
180+
uses: actions/github-script@v8
181181
with:
182182
github-token: ${{ secrets.GITHUB_TOKEN }}
183183
script: |

.github/workflows/release.yml

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

202202
- name: Create verified tag and GitHub Release
203203
if: inputs.dry-run == false
204-
uses: actions/github-script@v7
204+
uses: actions/github-script@v8
205205
with:
206206
github-token: ${{ steps.app_token.outputs.token }}
207207
script: |

0 commit comments

Comments
 (0)