From 03c2a5799f38dcf0362ec2bb26cee48df9dc67f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 23:47:18 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/deploy-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-all.yml b/.github/workflows/deploy-all.yml index b352b6c..29a3ff7 100644 --- a/.github/workflows/deploy-all.yml +++ b/.github/workflows/deploy-all.yml @@ -8,7 +8,7 @@ jobs: generateReadme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: ref: master fetch-depth: 0 @@ -26,7 +26,7 @@ jobs: needs: generateReadme runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: ref: master fetch-depth: 0