Skip to content

Commit e1f7f37

Browse files
Bump actions/github-script from 6 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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 efb637c commit e1f7f37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-close-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Check if employee
1414
id: check_employee
15-
uses: actions/github-script@v6
15+
uses: actions/github-script@v9
1616
with:
1717
github-token: ${{ secrets.READ_GITHUB_ORG_MEMBERS_TOKEN }}
1818
result-encoding: string
@@ -36,7 +36,7 @@ jobs:
3636
- name: Close PR
3737
id: close_pr
3838
if: ${{ steps.check_employee.outputs.result == 'false' }}
39-
uses: actions/github-script@v6
39+
uses: actions/github-script@v9
4040
with:
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
4242
script: |

0 commit comments

Comments
 (0)