We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158dbfc commit c36266cCopy full SHA for c36266c
1 file changed
.github/workflows/test.yml
@@ -21,18 +21,18 @@ jobs:
21
22
steps:
23
- name: Check out repository
24
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25
with:
26
persist-credentials: false
27
28
- name: Install uv
29
- uses: astral-sh/setup-uv@v7
+ uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
30
31
enable-cache: true
32
cache-dependency-glob: "uv.lock"
33
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v6
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
36
37
python-version: ${{ matrix.python-version }}
38
0 commit comments