30
30
CARGO_NET_GIT_FETCH_WITH_CLI : true
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v4.1.7
33
+ uses : actions/checkout@v4.2.0
34
34
35
35
- name : Install Rust toolchain
36
36
uses :
artichoke/setup-rust/[email protected]
68
68
CARGO_NET_GIT_FETCH_WITH_CLI : true
69
69
steps :
70
70
- name : Checkout repository
71
- uses : actions/checkout@v4.1.7
71
+ uses : actions/checkout@v4.2.0
72
72
73
73
- name : Install Rust toolchain
74
74
uses :
artichoke/setup-rust/[email protected]
99
99
CARGO_NET_GIT_FETCH_WITH_CLI : true
100
100
steps :
101
101
- name : Checkout repository
102
- uses : actions/checkout@v4.1.7
102
+ uses : actions/checkout@v4.2.0
103
103
104
104
- name : Install Rust toolchain
105
105
uses :
artichoke/setup-rust/[email protected]
@@ -117,10 +117,10 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
steps :
119
119
- name : Checkout repository
120
- uses : actions/checkout@v4.1.7
120
+ uses : actions/checkout@v4.2.0
121
121
122
122
- name : Install Ruby toolchain
123
- uses : ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190 .0
123
+ uses : ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194 .0
124
124
with :
125
125
ruby-version : " .ruby-version"
126
126
bundler-cache : true
@@ -133,10 +133,10 @@ jobs:
133
133
runs-on : ubuntu-latest
134
134
steps :
135
135
- name : Checkout repository
136
- uses : actions/checkout@v4.1.7
136
+ uses : actions/checkout@v4.2.0
137
137
138
138
- name : Setup Node.js runtime
139
-
139
+
140
140
with :
141
141
node-version : " lts/*"
142
142
0 commit comments