From 62f719e55e28eeb0fc24c04cc2346ba7599e293c Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sun, 16 Aug 2026 19:37:56 +0000 Subject: [PATCH] chore(deps): update dependency actions/checkout to v5.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 078ed79..e485fda 100644 --- a/README.md +++ b/README.md @@ -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