Skip to content

Commit 98fa488

Browse files
chore(deps): bump actions/github-script from 7.0.1 to 9.0.0 (#5856)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3344309 commit 98fa488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-quota-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Check PR quota
1919
# Use action version v7.0.1
20-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
20+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
2121
with:
2222
script: |
2323
try {

0 commit comments

Comments
 (0)