Skip to content

Commit 395f1d6

Browse files
Bump actions/github-script from 7 to 8 (#428)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8791a8 commit 395f1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Apply untriaged label
13-
uses: actions/github-script@v7
13+
uses: actions/github-script@v8
1414
with:
1515
github-token: ${{secrets.GITHUB_TOKEN}}
1616
script: |
@@ -21,7 +21,7 @@ jobs:
2121
labels: ['untriaged','unreleased']
2222
})
2323
- name: Comment On New Issues
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v8
2525
with:
2626
github-token: ${{secrets.GITHUB_TOKEN}}
2727
script: |

0 commit comments

Comments
 (0)