Merge pull request 'chore(deps): update dependency actions/checkout to v5.1.0' (#4) from renovate/actions-checkout-5.x into master
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 6s
Markdown linter / markdown-link-checker (push) Successful in 22s
Markdown linter / markdown-lint (push) Successful in 12s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s

This commit was merged in pull request #4.
This commit is contained in:
2026-08-16 19:38:02 +00:00
+2 -2
View File
@@ -14,7 +14,7 @@ Without explicit inputs the action determines the two most recent non-RC tags fr
```yaml
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.1.0
with:
fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.0.1
@@ -26,7 +26,7 @@ Pass `old-tag` and `new-tag` to control the commit range:
```yaml
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.1.0
with:
fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.0.1