Skip to content

Commit b720cdf

Browse files
chore: bump actions/github-script from 8 to 9 (#122)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1bc4b48 commit b720cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
{"name": "Component: pwait", "color": "0e8a16", "description": "Issues related to pwait(1)"}
6666
]
6767
steps:
68-
- uses: actions/github-script@v8
68+
- uses: actions/github-script@v9
6969
with:
7070
script: |
7171
const labels = JSON.parse(process.env.LABELS_JSON);

0 commit comments

Comments
 (0)