Skip to content

Commit

Permalink
Update astral-sh/setup-uv digest to 4e3dbec (#4170)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent bae4ddc commit 3d9cd34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
ref: ${{ steps.resolve-merge-commit.outputs.merge-sha }}
path: merge
- name: Install uv
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5
uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 # v5
with:
enable-cache: true
python-version: ${{ env.PYTHON_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config --global user.email github-actions[bot]@users.noreply.github.com
git config --global user.name github-actions[bot]
- name: Install uv
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5
uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 # v5
with:
enable-cache: true
python-version: ${{ env.PYTHON_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config user.email github-actions[bot]@users.noreply.github.com
git config user.name github-actions[bot]
- name: Install uv
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5
uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 # v5
with:
enable-cache: true
python-version: ${{ env.PYTHON_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install uv
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5
uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 # v5
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 3d9cd34

Please sign in to comment.