Skip to content

Commit c63e3c4

Browse files
build(deps): bump actions/github-script from 5 to 6 (#723)
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 b6bce8c commit c63e3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
expires: 30d
3535
projectId: angular-ja
3636
- name: Remove Label
37-
uses: actions/github-script@v5
37+
uses: actions/github-script@v6
3838
with:
3939
script: |
4040
github.rest.issues.removeLabel({

0 commit comments

Comments
 (0)