@@ -16,14 +16,14 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Fetch Repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
20
20
with :
21
21
submodules : true
22
22
23
23
- name : Install stable toolchain
24
- uses : actions-rust-lang/setup-rust-toolchain@v1
24
+ uses : actions-rust-lang/setup-rust-toolchain@1fbea72663f6d4c03efaab13560c8a24cfd2a7cc # v1.9.0
25
25
26
- - uses : cargo-bins/cargo-binstall@main
26
+ - uses : cargo-bins/cargo-binstall@9330730a2ae0fec8c2d7e1653888fe7701dd409a # v1.10.3
27
27
28
28
- name : Install cargo-msrv
29
29
# waiting for the stable release
@@ -44,16 +44,16 @@ jobs:
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Fetch Repository
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
48
48
with :
49
49
submodules : true
50
50
51
51
- run : git pull
52
52
53
53
- name : Install stable toolchain
54
- uses : actions-rust-lang/setup-rust-toolchain@v1
54
+ uses : actions-rust-lang/setup-rust-toolchain@1fbea72663f6d4c03efaab13560c8a24cfd2a7cc # v1.9.0
55
55
56
- - uses : cargo-bins/cargo-binstall@main
56
+ - uses : cargo-bins/cargo-binstall@9330730a2ae0fec8c2d7e1653888fe7701dd409a # v1.10.3
57
57
58
58
- name : Install cargo-msrv
59
59
# waiting for the stable release
73
73
run : cargo msrv --path ./ribboncurls set ${{ steps.data-msrv.outputs.new }}
74
74
75
75
- name : Update readme msrv
76
- uses : jacobtomlinson/gha-find-replace@v3
76
+ uses : jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
77
77
with :
78
78
find : ${{ steps.data-msrv.outputs.current }}
79
79
replace : ${{ steps.data-msrv.outputs.new }}
83
83
- run : git pull
84
84
85
85
- name : Commit and Push
86
- uses : stefanzweifel/git-auto-commit-action@v5
86
+ uses : stefanzweifel/git-auto-commit-action@ac8823709a85c7ce090849ac3e5fe24d006f6e18 # v5.0.1
87
87
with :
88
88
commit_message : " Update MSRV from [${{steps.data-msrv.outputs.current}}] to [${{steps.data-msrv.outputs.new}}]"
89
89
branch : ${{ github.head_ref }}
0 commit comments