Skip to content

Commit 468a383

Browse files
chore(deps): update actions/github-script action to v7
1 parent 269f150 commit 468a383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
steps:
111111
- name: Check for content label
112-
uses: actions/github-script@v6
112+
uses: actions/github-script@v7
113113
with:
114114
script: |
115115
const labels = context.payload.pull_request.labels;

0 commit comments

Comments
 (0)