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.
2 parents 3733762 + 284050f commit 4fc8ceeCopy full SHA for 4fc8cee
1 file changed
.github/workflows/release.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
15
steps:
16
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
17
18
- name: Install uv
19
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+ uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
20
with:
21
version: "0.9.*"
22
enable-cache: true
0 commit comments