Skip to content

Commit 795eeed

Browse files
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 80110b2 commit 795eeed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
242242
- name: 💬 Comment on PR
243243
if: (failure() || cancelled()) && github.event_name == 'pull_request'
244-
uses: actions/github-script@v7
244+
uses: actions/github-script@v8
245245
with:
246246
github-token: ${{ secrets.GITHUB_TOKEN }}
247247
script: |

0 commit comments

Comments
 (0)