Skip to content

Commit

Permalink
docs(github-actions): simplify sample (#23407)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 17, 2023
1 parent e635f0e commit 6b11746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/github-actions/readme.md
Expand Up @@ -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.
Expand Down

0 comments on commit 6b11746

Please sign in to comment.