Skip to content

Commit 6e3c95f

Browse files
build(deps): bump actions/github-script from 7.0.1 to 8.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1150f75 commit 6e3c95f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dogfood-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write
2525
steps:
2626
- name: Add dogfooding comment
27-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
27+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2828
with:
2929
script: |
3030
// Get PR number from either the PR event or manual input

.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@v8"
27+
uses: "actions/github-script@v8.0.0"
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@v8"
39+
uses: "actions/github-script@v8.0.0"
4040
with:
4141
script: |
4242
github.rest.issues.removeLabel({

0 commit comments

Comments
 (0)