Skip to content

Commit 345cd1f

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit-status.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Report success
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v9
2121
with:
2222
script: |
2323
const owner = '${{ github.repository_owner }}';
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Report pending
46-
uses: actions/github-script@v7
46+
uses: actions/github-script@v9
4747
with:
4848
script: |
4949
const owner = '${{ github.repository_owner }}';

0 commit comments

Comments
 (0)