Skip to content

Commit 4b07e7b

Browse files
Bump actions/github-script from 5 to 6 (#18516)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v6) --- updated-dependencies: - dependency-name: actions/github-script 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 14c0a7f commit 4b07e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: "Add 'classify'"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/github-script@v5
16+
- uses: actions/github-script@v6
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
script: |

0 commit comments

Comments
 (0)