From e3dd82491e0a4f80428298214197cf508d54b14a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Jan 2026 22:43:15 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61a57358..e3081516 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: LC_TIME: en_US.UTF-8 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0