Skip to content

Commit

Permalink
Bump install-pinned/uv
Browse files Browse the repository at this point in the history
Bumps [install-pinned/uv](https://github.com/install-pinned/uv) from 79cef4cccc47c7fb191b653a4184e34d83437a8b to 79408d4e43d557f731ba612bec337d5414737a70.
- [Release notes](https://github.com/install-pinned/uv/releases)
- [Commits](install-pinned/uv@79cef4c...79408d4)

---
updated-dependencies:
- dependency-name: install-pinned/uv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 53a866e commit 8d5f855
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
uses: install-pinned/uv@79408d4e43d557f731ba612bec337d5414737a70 # 0.4.12

- name: Patch install error when using Python 3.9, limited dependencies, and MacOS
if: ${{ matrix.limited-dependencies }} == True and ${{ matrix.os }} == "macos-latest" and ${{ matrix.python-version }} == "3.9"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
uses: install-pinned/uv@79408d4e43d557f731ba612bec337d5414737a70 # 0.4.12

- name: Install dependencies
run: |
Expand All @@ -81,7 +81,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
uses: install-pinned/uv@79408d4e43d557f731ba612bec337d5414737a70 # 0.4.12

- name: Install dependencies
run: |
Expand All @@ -103,7 +103,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
uses: install-pinned/uv@79408d4e43d557f731ba612bec337d5414737a70 # 0.4.12

- name: Install bandit
run: |
Expand All @@ -125,7 +125,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
uses: install-pinned/uv@79408d4e43d557f731ba612bec337d5414737a70 # 0.4.12

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8d5f855

Please sign in to comment.