File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Install twine from PyPI
41
- uses : install-pinned/twine@0034178e7de74046444fc65f3c11292cc39b5c02 # 5.0.0
41
+ uses : install-pinned/twine@9d1c59023daa020f3a918228e3997102972603c6 # 5.0.0
42
42
- uses : actions/download-artifact@v4
43
43
with :
44
44
name : ${{ inputs.artifact-name }}
Original file line number Diff line number Diff line change 37
37
- name : Set up Rust toolchain
38
38
if : inputs.rust
39
39
run : rustup toolchain install ${{ inputs.rust }} --profile minimal
40
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
40
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
41
41
timeout-minutes : 2
42
42
continue-on-error : true
43
43
if : ${{ !startsWith(github.ref, 'refs/tags/') }} # harden against cache poisoning
Original file line number Diff line number Diff line change 7
7
runs :
8
8
using : " composite"
9
9
steps :
10
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
10
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
11
11
if : ${{ !startsWith(github.ref, 'refs/tags/') }} # harden against cache poisoning
12
12
with :
13
13
key : ${{ inputs.key }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'astral-sh/setup-uv with better defaults'
3
3
runs :
4
4
using : " composite"
5
5
steps :
6
- - uses : astral-sh/setup-uv@d44461ea9f6b6d77b25a3b196dc2cdb60b5d29eb
6
+ - uses : astral-sh/setup-uv@1bf14936647e2742afe170d7d7fd95f45bfe4fc7
7
7
with :
8
8
version : " 0.7.5"
9
9
enable-cache : ${{ !startsWith(github.ref, 'refs/tags/') }} # harden against cache poisoning
You can’t perform that action at this time.
0 commit comments