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 authored and pull[bot] committed Jan 16, 2024
1 parent 32f3300 commit 0138f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/github-actions/readme.md
Original file line number Diff line number Diff line change
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 0138f1d

Please sign in to comment.