Skip to content

Commit e7ee5f0

Browse files
chore(deps): update actions/setup-node action to v6
1 parent c162fb0 commit e7ee5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coana-guardrail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "all_changed_files=$(git diff --name-only ${{ github.base_ref }} ${{ github.head_ref }} | tr '\n' ' ')" >> $GITHUB_OUTPUT
2323
2424
- name: Use Node.js 24.x
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: 24.x
2828

0 commit comments

Comments
 (0)