From: Jérôme Benoit Date: Mon, 11 May 2026 00:32:39 +0000 (+0200) Subject: fix(ci): use stable v1.4.2 release of github-repo-stats X-Git-Tag: cli@v4.7.3~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=dd1f008df4450f73293a03ef732758a738cbe35f;p=e-mobility-charging-stations-simulator.git fix(ci): use stable v1.4.2 release of github-repo-stats HEAD (b1ef746a) has a first-run bug where ghrs-data/ directory is not created before write. Fall back to the stable v1.4.2 release. --- diff --git a/.github/workflows/repo-stats.yml b/.github/workflows/repo-stats.yml index 5a924484..b72f1d6a 100644 --- a/.github/workflows/repo-stats.yml +++ b/.github/workflows/repo-stats.yml @@ -36,7 +36,7 @@ jobs: SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }} - name: Collect repository traffic stats - uses: jgehrcke/github-repo-stats@b1ef746a160025ee47390ea5e332b09a7acb3e80 # v1.4.2+ + uses: jgehrcke/github-repo-stats@306db38ad131cab2aa5f2cd3062bf6f8aa78c1aa # v1.4.2 with: ghtoken: ${{ secrets.SECRET_TOKEN }} repository: ${{ github.repository }}