From 6b117465590c0acb51d6ef65afd57325ae981d78 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Mon, 17 Jul 2023 15:05:15 +0200
Subject: [PATCH] docs(github-actions): simplify sample (#23407)

---
 lib/modules/manager/github-actions/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/manager/github-actions/readme.md b/lib/modules/manager/github-actions/readme.md
index 3c4cc8951f..19603da5e6 100644
--- a/lib/modules/manager/github-actions/readme.md
+++ b/lib/modules/manager/github-actions/readme.md
@@ -11,7 +11,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 # renovate: tag=v1.0.0
+      - uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 # v1.0.0
 ```
 
 Renovate will update the commit SHA but follow the GitHub tag you specified.
-- 
GitLab