From 847a0be02a3b9b4164dc96bd1bf0f4762184cf46 Mon Sep 17 00:00:00 2001 From: "netic-renovate[bot]" <207156494+netic-renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:35:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3fd7694..ae19dc6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0