Skip to content

Commit

Permalink
update uv in python-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Sep 19, 2024
1 parent cbafb3b commit 705a825
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: install-pinned/uv@09330931786419c2f9c845ecdd92398f26b922d6 # 0.4.7
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

- name: Install dependencies
env:
Expand All @@ -54,7 +54,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@09330931786419c2f9c845ecdd92398f26b922d6 # 0.4.7
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@09330931786419c2f9c845ecdd92398f26b922d6 # 0.4.7
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@09330931786419c2f9c845ecdd92398f26b922d6 # 0.4.7
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@09330931786419c2f9c845ecdd92398f26b922d6 # 0.4.7
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@09330931786419c2f9c845ecdd92398f26b922d6 # 0.4.7
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

- name: Install dependencies
run: |
Expand Down

0 comments on commit 705a825

Please sign in to comment.