diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index 58a64455a..8c739c60b 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -8,6 +8,5 @@ jobs: runs-on: ubuntu-latest name: Performs sanity test on MetricsHub archive on Debian steps: - - uses: actions/checkout@v4 - - id: foo - uses: ChristopheClermont/metricshub-sanity-action@main + - uses: actions/checkout@v2 + - uses: ChristopheClermont/metricshub-sanity-action@main