1 Commits
Author SHA1 Message Date
CSRBot a6335bfb0e chore(deps): update dependency actions/checkout to v7
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 5s
Markdown linter / markdown-lint (push) Successful in 19s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (pull_request) Successful in 7s
Markdown linter / markdown-link-checker (push) Successful in 39s
Markdown linter / markdown-link-checker (pull_request) Successful in 21s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (pull_request) Successful in 12s
Markdown linter / markdown-lint (pull_request) Successful in 14s
2026-08-16 19:38:20 +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 ```yaml
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.0.1 - uses: volker.raschek/ah-annotations@v0.0.1
@@ -26,7 +26,7 @@ Pass `old-tag` and `new-tag` to control the commit range:
```yaml ```yaml
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.0.1 - uses: volker.raschek/ah-annotations@v0.0.1