Skip to content

Commit 75be547

Browse files
chore(deps): update actions/github-script action to v7 (#3012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 930b746 commit 75be547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Update PR labels
22-
uses: actions/github-script@v6
22+
uses: actions/github-script@v7
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
2525
script: |

0 commit comments

Comments
 (0)