From 559eec46976c6652ed5f7e2ed85c26c8a4f9d6da Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Aug 2025 08:03:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 21230eb..8c5a876 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup Node.js -- 2.49.1