Keep composite action pins current (#4101)

Dependabot only scanned workflow action references, so setup-uv in the
Tend composite setup action lagged behind. This aligns setup-uv at
v10.1.0 and extends the existing daily GitHub Actions update to every
composite action directory.

> _This was written by Codex on behalf of @max-sixty_
This commit is contained in:
Maximilian Roos
2026-09-13 23:28:35 -07:00
committed by GitHub
parent 705c7c6643
commit 7e43837527
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ runs:
done
- name: Install uv
uses: astral-sh/setup-uv@v7.6.0
uses: astral-sh/setup-uv@v10.1.0
with:
cache-dependency-glob: .pre-commit-config.yaml
+3 -1
View File
@@ -15,7 +15,9 @@ updates:
labels: []
- package-ecosystem: "github-actions"
directory: "/"
directories:
- "/"
- "/.github/actions/*"
commit-message:
prefix: "chore: "
schedule: