Skip to content

Commit 177b1d8

Browse files
authored
Merge pull request #2932 from ruby/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 3810386 + b8ecab6 commit 177b1d8

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
@@ -30,7 +30,7 @@ jobs:
3030
echo "RBS::VERSION = $version (major=$major, minor=$minor, patch=$patch)"
3131
3232
- name: Check milestone
33-
uses: actions/github-script@v8
33+
uses: actions/github-script@v9
3434
with:
3535
script: |
3636
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)