chore(deps): update dependency actions/checkout to v5.1.0 #4

Merged
CSRBot merged 1 commits from renovate/actions-checkout-5.x into master 2026-08-16 21:38:03 +02:00
Showing only changes of commit 62f719e55e - Show all commits
+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@v5.1.0
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@v5.1.0
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: volker.raschek/ah-annotations@v0.0.1 - uses: volker.raschek/ah-annotations@v0.0.1