diff --git a/lib/modules/manager/github-actions/readme.md b/lib/modules/manager/github-actions/readme.md index 3c4cc8951f3780b4e890cde9d6f79661bc9b8ce5..19603da5e655c6658f3efa4a769af4fb3ef24931 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.