From 3812aa59b8b11781c7e639b9c30b378771bca5db Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Jan 2026 10:48:52 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1a9e1d9..198979d 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: using: composite steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: '0' - name: Checking if ran on the dev branch