Skip to content

Commit 02872b5

Browse files
dependabot[bot]FullStackChef
authored andcommitted
chore(deps): bump actions/github-script from 7 to 8 (CommunityToolkit#845)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 0333808 commit 02872b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/remove-stale-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Remove stale label from pull request
27-
uses: "actions/github-script@v7"
27+
uses: "actions/github-script@v8"
2828
with:
2929
script: |
3030
github.rest.issues.removeLabel({
@@ -36,7 +36,7 @@ jobs:
3636
if: github.event_name == 'issue_comment' && github.event.issue.pull_request
3737

3838
- name: Remove stale label from issue
39-
uses: "actions/github-script@v7"
39+
uses: "actions/github-script@v8"
4040
with:
4141
script: |
4242
github.rest.issues.removeLabel({

0 commit comments

Comments
 (0)