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 ffec6b0ac55e0000217a14a4b1f838c941e88ce3 to 79cef4cccc47c7fb191b653a4184e34d83437a8b.
- [Release notes](https://github.com/install-pinned/uv/releases)
- [Commits](install-pinned/uv@ffec6b0...79cef4c)

---
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 9, 2024
1 parent ba8f1b8 commit 3631326
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@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 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@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 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@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 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@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 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@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3631326

Please sign in to comment.