We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c8038 commit 378acafCopy full SHA for 378acaf
.github/workflows/check.yml
@@ -41,7 +41,7 @@ jobs:
41
image: ${{ needs.set-image.outputs.CI_IMAGE }}
42
steps:
43
- name: Checkout sources
44
- - uses: actions/checkout@v4
+ uses: actions/checkout@v4
45
46
- name: Install Rust stable toolchain
47
uses: actions-rs/toolchain@v1
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
0 commit comments