27
27
github_token : " ${{ secrets.github_token }}"
28
28
29
29
- name : Checkout
30
- uses : actions/checkout@v3.0.2
30
+ uses : actions/checkout@v3
31
31
with :
32
32
ref : ${{ github.ref }}
33
33
83
83
github_token : " ${{ secrets.github_token }}"
84
84
85
85
- name : Checkout
86
- uses : actions/checkout@v3.0.2
86
+ uses : actions/checkout@v3
87
87
88
88
- name : Install toolchain
89
89
run : rustup show active-toolchain
@@ -149,7 +149,7 @@ jobs:
149
149
github_token : " ${{ secrets.github_token }}"
150
150
151
151
- name : Checkout
152
- uses : actions/checkout@v3.0.2
152
+ uses : actions/checkout@v3
153
153
154
154
- name : Install toolchain
155
155
run : rustup show active-toolchain
@@ -173,7 +173,7 @@ jobs:
173
173
github_token : " ${{ secrets.github_token }}"
174
174
175
175
- name : Checkout
176
- uses : actions/checkout@v3.0.2
176
+ uses : actions/checkout@v3
177
177
178
178
- name : Install toolchain
179
179
run : rustup show active-toolchain
@@ -233,7 +233,7 @@ jobs:
233
233
github_token : " ${{ secrets.github_token }}"
234
234
235
235
- name : Checkout
236
- uses : actions/checkout@v3.0.2
236
+ uses : actions/checkout@v3
237
237
238
238
- name : Install toolchain
239
239
run : rustup show active-toolchain
0 commit comments