Pin one-shot tools (#1022)

This just adds some pins to the action tests; these tests don't rely on
the packages under test being unpinned.

---

<sub>Stack created with <a
href="https://github.com/github/gh-stack">GitHub Stacks CLI</a> • <a
href="https://gh.io/stacks-feedback">Give Feedback 💬</a></sub>
This commit is contained in:
William Woodruff
2026-08-16 21:44:17 +02:00
committed by GitHub
parent 42bafdadf9
commit 51a7fe0131
+2 -2
View File
@@ -314,7 +314,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Install default version - name: Install default version
uses: ./ uses: ./
- run: uvx ruff --version - run: uvx ruff@0.14.10 --version
test-tool-install: test-tool-install:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@@ -327,7 +327,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Install default version - name: Install default version
uses: ./ uses: ./
- run: uv tool install ruff - run: uv tool install ruff==0.14.10
- run: ruff --version - run: ruff --version
test-python-version: test-python-version: