From c5d685eaa5f48bd90ead3b596cdfdbe2d329f091 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Mon, 16 Sep 2024 00:53:34 +0200 Subject: [PATCH] docs: use version in usage example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3b8f0f..a1c899e 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ jobs: runs-on: runner steps: - - uses: RouxAntoine/checkout@v3.5.4 + - uses: https://antoine-roux.tk/projects/actions/checkout@v3.5.4 - uses: https://antoine-roux.tk/projects/actions/setup-java@v1.0.0 - - uses: RouxAntoine/auto-changie@v1.0.1 + - uses: https://antoine-roux.tk/projects/actions/auto-changie@v1.0.1 - name: Push changelog uses: stefanzweifel/git-auto-commit-action@v5