From a8cf8c48006a7c6c5bffcbc7dafc39b664c7240a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 03:53:24 +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 1fc06a1..f5e90f0 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ runs: using: composite steps: - name: Checkout deployment repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: main