Skip to content

Commit b46de81

Browse files
Bump actions/github-script from 4 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6971fda commit b46de81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-file-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
failure-message: 'TypeScript code was edited without also editing a ${file-pattern} file; see the Testing page in our wiki on testing guidelines (the ${skip-label} label can be used to pass this check)'
4343

4444
- name: 'Ensure PR has an associated issue'
45-
uses: actions/github-script@v6
45+
uses: actions/github-script@v7
4646
with:
4747
script: |
4848
const labels = context.payload.pull_request.labels.map(label => label.name);

.github/workflows/stale-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v2
1313

1414
- name: Warn about stale PRs
15-
uses: actions/github-script@v4
15+
uses: actions/github-script@v7
1616
with:
1717
script: |
1818
const { Octokit } = require("@octokit/rest");

0 commit comments

Comments
 (0)