We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout
v4
1 parent b22d95f commit 33a6f21Copy full SHA for 33a6f21
.github/workflows/code_coverage.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
- name: Install lcov tools
18
run: sudo apt-get install lcov -y
19
- name: Install rustup
0 commit comments