From f91e285447cd387471ecbb46013dc09b9a7c5379 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:12:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/shared-mega-linter.yaml | 2 +- .github/workflows/shared-repo.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shared-mega-linter.yaml b/.github/workflows/shared-mega-linter.yaml index 4add480..bf44ed0 100644 --- a/.github/workflows/shared-mega-linter.yaml +++ b/.github/workflows/shared-mega-linter.yaml @@ -25,7 +25,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PAT || github.token }} - name: MegaLinter diff --git a/.github/workflows/shared-repo.yaml b/.github/workflows/shared-repo.yaml index f06c78c..2e88b0d 100644 --- a/.github/workflows/shared-repo.yaml +++ b/.github/workflows/shared-repo.yaml @@ -25,7 +25,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PAT || github.token }} - name: Copier Update