From 6379315936675bf91b78d0710dd7b458a6cb5be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 15:37:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/sched-actions-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sched-actions-update.yml b/.github/workflows/sched-actions-update.yml index 19ee150a..3dded65c 100644 --- a/.github/workflows/sched-actions-update.yml +++ b/.github/workflows/sched-actions-update.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v7.0.1 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}