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