From e2f0f9598c5eb079e4aac4526711e322b950d835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:30:47 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/repo_linter.yaml | 2 +- .github/workflows/time.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo_linter.yaml b/.github/workflows/repo_linter.yaml index 75f2274..7befee5 100644 --- a/.github/workflows/repo_linter.yaml +++ b/.github/workflows/repo_linter.yaml @@ -31,7 +31,7 @@ jobs: continue-on-error: true - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main fetch-depth: "1" diff --git a/.github/workflows/time.yaml b/.github/workflows/time.yaml index cc78122..3b799fa 100644 --- a/.github/workflows/time.yaml +++ b/.github/workflows/time.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main fetch-depth: "1"