We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ecefb commit 7d74f71Copy full SHA for 7d74f71
.github/workflows/integration.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
19
steps:
20
+ - name: Checkout
21
+ uses: actions/[email protected]
22
- name: rust-toolchain
23
uses: actions-rs/[email protected]
24
with:
0 commit comments