Skip to content

Commit 671d99a

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#115)
* 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] <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6a8a2ed commit 671d99a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
239239
- name: 💬 Comment PR with results
240240
if: github.event_name == 'pull_request'
241-
uses: actions/github-script@v7
241+
uses: actions/github-script@v8
242242
with:
243243
script: |
244244
const fs = require('fs');

.github/workflows/frontend-tests.yml

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

7676
- name: 💬 Comment PR with results
7777
if: github.event_name == 'pull_request' && matrix.node-version == '20'
78-
uses: actions/github-script@v7
78+
uses: actions/github-script@v8
7979
with:
8080
script: |
8181
const fs = require('fs');

0 commit comments

Comments
 (0)