Skip to content

Commit

Permalink
Revert "Bump install-pinned/uv (#1154)"
Browse files Browse the repository at this point in the history
This reverts commit c148909.
  • Loading branch information
shaunagm authored Oct 16, 2024
1 parent a4cf070 commit 5e17f03
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@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5e17f03

Please sign in to comment.