Skip to content
Prev Previous commit
Next Next commit
Use same actions/checkout@v4 as zizmor job
  • Loading branch information
konstin committed Aug 26, 2025
commit 77d8c71c11a55da7c26b251b4c61cb5d0d957fd7
5 changes: 4 additions & 1 deletion .github/workflows/update-uv-build-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up uv
uses: astral-sh/setup-uv@v5
- name: Update uv_build version
Expand Down
Loading