Skip to content

Commit 26f15ae

Browse files
authored
Merge pull request #325 from citizensadvice/chore/update-python-setup-action-sha
chore: update python-uv-setup-action to latest SHA
2 parents 36180af + c88ae32 commit 26f15ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
1111
- uses: extractions/setup-just@f8a3cce218d9f83db3a2ecd90e41ac3de6cdfd9b
12-
- uses: citizensadvice/python-uv-setup-action@7da89585988537f240cbc9833829f3fdfeb7aa2a
12+
- uses: citizensadvice/python-uv-setup-action@dac93858ee327eb09052711b17803ecdfa4da10b
1313
with:
1414
python_version: 3.13
1515
- name: Run type check
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
2727
- uses: extractions/setup-just@f8a3cce218d9f83db3a2ecd90e41ac3de6cdfd9b
28-
- uses: citizensadvice/python-uv-setup-action@7da89585988537f240cbc9833829f3fdfeb7aa2a
28+
- uses: citizensadvice/python-uv-setup-action@dac93858ee327eb09052711b17803ecdfa4da10b
2929
with:
3030
python_version: ${{ matrix.python_version }}
3131
- run: just lint

0 commit comments

Comments
 (0)