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 7fba15d commit f121b9aCopy full SHA for f121b9a
.github/workflows/release.yml
@@ -13,8 +13,8 @@ jobs:
13
permissions:
14
id-token: write
15
steps:
16
- - uses: actions/checkout@v4
17
- - uses: astral-sh/setup-uv@v5
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5
18
19
- run: uv build
20
@@ -30,7 +30,7 @@ jobs:
30
source venv-install-tar/bin/activate
31
uv pip install dist/*.tar.gz
32
33
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
34
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
35
with:
36
name: dist
0 commit comments