From c62d2089f8bba523e8a6afef0728077eeae13555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 04:00:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/get_deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_deps.yaml b/.github/workflows/get_deps.yaml index 2275827..4df90a9 100644 --- a/.github/workflows/get_deps.yaml +++ b/.github/workflows/get_deps.yaml @@ -13,7 +13,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GLOBAL_GITHUB_TOKEN }}