From dd1f008df4450f73293a03ef732758a738cbe35f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 11 May 2026 02:32:39 +0200 Subject: [PATCH] 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. --- .github/workflows/repo-stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.53.0