Skip to content

Commit b8ecab6

Browse files
Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6601ef commit b8ecab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "RBS::VERSION = $version (major=$major, minor=$minor, patch=$patch)"
2828
2929
- name: Check milestone
30-
uses: actions/github-script@v8
30+
uses: actions/github-script@v9
3131
with:
3232
script: |
3333
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)