Skip to content

Commit 72c41c2

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 196e9ff commit 72c41c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Create comments
3535
if: failure()
36-
uses: actions/github-script@v7
36+
uses: actions/github-script@v8
3737
with:
3838
script: |
3939
const todo_lines = `${{ steps.check.outputs.todo_lines }}`.trim().split('\n');

.github/workflows/check_for_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Create comment
3535
if: failure()
36-
uses: actions/github-script@v7
36+
uses: actions/github-script@v8
3737
with:
3838
script: |
3939
const issue_number = context.payload.pull_request.number;
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Create comment
7272
if: failure()
73-
uses: actions/github-script@v7
73+
uses: actions/github-script@v8
7474
with:
7575
script: |
7676
const issue_number = context.payload.pull_request.number;

0 commit comments

Comments
 (0)