From 3eca6e0601c44d94f9766c2c8ba308fc496ee9f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:50:53 +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 f788072..b22a9a3 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ runs: using: "composite" steps: - name: Checkout commit - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ inputs.token }} fetch-tags: true