From 1dec4a1b22fc2ace6c891c65e7177cf990bd342b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 07:44:25 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/01_lint_me.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01_lint_me.yml b/.github/workflows/01_lint_me.yml index 13d1612..aa7362c 100644 --- a/.github/workflows/01_lint_me.yml +++ b/.github/workflows/01_lint_me.yml @@ -35,7 +35,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Runs the Super-Linter action