From 1efbf76f4355d3cca39ad5b7d543edfef84bcc8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 08:35:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/unit-tests.yml | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index d022546..761979c 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -17,7 +17,7 @@ jobs: name: Unit Tests runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - id: action uses: ./ with: diff --git a/action.yml b/action.yml index c362a67..1cf3194 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ runs: triggers: ${{ (github.event_name == 'pull_request' && inputs.triggers) || '' }} diff_branch: ${{ inputs.diff_branch }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 repository: ${{ inputs.repository }} @@ -135,4 +135,4 @@ runs: # Fix - Clone for action.yml and other verifications - name: Checkout Action repo to pass tests if: always() && inputs.repository != github.repository - uses: actions/checkout@v5 + uses: actions/checkout@v6