From 09778cd033641d70c9b36fd4becf20777f11730e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Aug 2025 13:03:58 +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