Skip to content

Commit 2ffea5a

Browse files
EdwardAngertclaude
andcommitted
fix: update Vale action to use valid tag version
- Change from invalid SHA to valid v2.1.1 release tag - Fix 'action not found' error in GitHub Action - Use official latest release of Vale action 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b135d6d commit 2ffea5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-unified.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Run Vale style checks
129129
if: steps.docs-core-setup.outputs.needs_vale == 'true'
130-
uses: errata-ai/vale-action@5c2e5164b21f47c6e90d02dfd6fa498613e14da5 # v2.1.0
130+
uses: errata-ai/vale-action@v2.1.1
131131
with:
132132
files: docs
133133
reporter: github-check

0 commit comments

Comments
 (0)