File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
permissions :
14
14
id-token : write
15
15
steps :
16
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
- - uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
18
18
19
19
- run : uv build
20
20
30
30
source venv-install-tar/bin/activate
31
31
uv pip install dist/*.tar.gz
32
32
33
- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
33
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
34
34
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
35
35
with :
36
36
name : dist
You can’t perform that action at this time.
0 commit comments