Skip to content

Commit 36d0215

Browse files
Bump actions/github-script from 3 to 7 (#1483)
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v7) --- 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 a1baff7 commit 36d0215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/label-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: "Add Label: docs-update-required"
3434
if: steps.file_changes.outputs.docsUpdateRequired == 'true'
35-
uses: actions/github-script@v3
35+
uses: actions/github-script@v7
3636
with:
3737
github-token: ${{secrets.GITHUB_TOKEN}}
3838
script: |
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: "Add Label: helm-update-required"
4848
if: steps.file_changes.outputs.helmUpdateRequired == 'true'
49-
uses: actions/github-script@v3
49+
uses: actions/github-script@v7
5050
with:
5151
github-token: ${{secrets.GITHUB_TOKEN}}
5252
script: |

0 commit comments

Comments
 (0)