From d0da5314b0606aae4e15fe765583a6c51e8211e7 Mon Sep 17 00:00:00 2001 From: kujov Date: Sun, 5 Apr 2026 03:13:48 +0200 Subject: [PATCH] upgrade checkout actions --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3e31f98..0c8a020 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: using: 'composite' steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false