File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818 with :
1919 fetch-depth : 2
20- - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
20+ - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2121 with :
2222 enable-cache : true
2323 - name : Generate build matrix
3737 steps :
3838 # Setup
3939 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
40- - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
40+ - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4141 with :
4242 enable-cache : true
4343 - name : Generate Dockerfile from config
9898 needs : [deploy]
9999 steps :
100100 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
101- - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
101+ - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
102102 with :
103103 enable-cache : true
104104
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
12- - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
12+ - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
1313 with :
1414 enable-cache : true
1515 - run : uv run ./bin/lint
You can’t perform that action at this time.
0 commit comments