This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 00d84eb2b0 Upgrade js-yaml in label-issue workflow to 4.3.1 (#8998)
00d84eb2b0 is described below
commit 00d84eb2b0d3b21d26edb4f6ec89428c65ef5916
Author: James Netherton <[email protected]>
AuthorDate: Thu Aug 13 13:55:20 2026 +0100
Upgrade js-yaml in label-issue workflow to 4.3.1 (#8998)
---
.github/workflows/label-issue.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/label-issue.yaml
b/.github/workflows/label-issue.yaml
index ea4809d088..37f98800f2 100644
--- a/.github/workflows/label-issue.yaml
+++ b/.github/workflows/label-issue.yaml
@@ -46,7 +46,7 @@ jobs:
ref: main
- name: Install js-yaml package
run: |
- npm install [email protected]
+ npm install [email protected]
- name: Label Issue
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #
v9.0.0
with: