There was an error while loading. Please reload this page.
1 parent 2b4db8a commit b0d07aaCopy full SHA for b0d07aa
1 file changed
.github/actions/install-pkg/action.yml
@@ -14,14 +14,14 @@ runs:
14
using: composite
15
steps:
16
- name: Install uv
17
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
+ uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
18
with:
19
enable-cache: True
20
cache-suffix: ${{ inputs.cache-key}}-${{ inputs.python-version }}
21
22
# Typically faster than using `uv python install` because of GitHub's
23
# cache. See: https://docs.astral.sh/uv/guides/integration/github/#setting-up-python
24
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
+ - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
25
26
python-version: ${{ inputs.python-version }}
27
0 commit comments