Skip to content

Commit 210fb86

Browse files
ci(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2a7f74 commit 210fb86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog.yml

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

1818
- name: Generate changelog
1919
id: changelog
20-
uses: actions/github-script@v6
20+
uses: actions/github-script@v7
2121
with:
2222
script: |
2323
const { data: commits } = await github.rest.repos.compareCommits({

.github/workflows/security.yml

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

6868
- name: Comment PR with security findings
6969
if: github.event_name == 'pull_request'
70-
uses: actions/github-script@v6
70+
uses: actions/github-script@v7
7171
with:
7272
script: |
7373
const fs = require('fs');

0 commit comments

Comments
 (0)