Skip to content

Bump install-pinned/uv from 1fd41179ee60eee2496694a1226cece304efa071 to 8b1581ad7ba209389db1c3e2511188e4b96a59f3 #1443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: install-pinned/uv@1fd41179ee60eee2496694a1226cece304efa071 # 0.4.12
uses: install-pinned/uv@8b1581ad7ba209389db1c3e2511188e4b96a59f3 # 0.4.12

- name: Install dependencies
env:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
python-version: "3.13"

- name: Install uv
uses: install-pinned/uv@1fd41179ee60eee2496694a1226cece304efa071 # 0.4.12
uses: install-pinned/uv@8b1581ad7ba209389db1c3e2511188e4b96a59f3 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@1fd41179ee60eee2496694a1226cece304efa071 # 0.4.12
uses: install-pinned/uv@8b1581ad7ba209389db1c3e2511188e4b96a59f3 # 0.4.12

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

- name: Install uv
uses: install-pinned/uv@1fd41179ee60eee2496694a1226cece304efa071 # 0.4.12
uses: install-pinned/uv@8b1581ad7ba209389db1c3e2511188e4b96a59f3 # 0.4.12

- name: Install bandit
run: |
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
cache: pip

- name: Install uv
uses: install-pinned/uv@1fd41179ee60eee2496694a1226cece304efa071 # 0.4.12
uses: install-pinned/uv@8b1581ad7ba209389db1c3e2511188e4b96a59f3 # 0.4.12

- name: Install module and dependencies
run: |
Expand Down
Loading