diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a058c258..8713c648 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,7 +18,7 @@ jobs: args: ["", "--all-features"] steps: - name: Debug - uses: hmarr/debug-action@v1 + uses: hmarr/debug-action@v1.0.0 - name: Checkout repository uses: actions/checkout@v1 - name: Install Rust