Skip to content

Commit 31d6f9b

Browse files
authored
Merge pull request #32 from aws/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 327a3e8 + 6662bcb commit 31d6f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'aws/api-models-aws' || github.repository == 'kellertk/api-models-aws'
1212
steps:
1313
- name: Auto Close Pull Request
14-
uses: actions/github-script@v8
14+
uses: actions/github-script@v9
1515
with:
1616
script: |
1717
const body = context.payload.pull_request.body;

0 commit comments

Comments
 (0)