diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index b7d54c64..02803c14 100644 --- a/.github/workflows/clang-format-lint.yml +++ b/.github/workflows/clang-format-lint.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Clang Format id: clang diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 2ac6251c..4145370d 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -33,7 +33,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances diff --git a/.github/workflows/space-checker.yml b/.github/workflows/space-checker.yml index 1e96d318..f292afaa 100644 --- a/.github/workflows/space-checker.yml +++ b/.github/workflows/space-checker.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed to get the full history - name: Find bad spacing