From e6806ebe9175408a5124208736c40bbe1eeb8b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Z=C3=ADma?= Date: Fri, 31 Jan 2025 22:32:45 +0700 Subject: [PATCH] Update README.md It will rename references to GHA to the current repository name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07128bb..4dc9ef7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: auto-update: runs-on: ubuntu-latest steps: - - uses: fuzzylabs/pre-commit-autoupdate-action@main + - uses: fuzzylabs/gha-pre-commit-autoupdate@main with: python_version: "3.11.5" ```