diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index f50a6bd6..050ac915 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@v4 + uses: actions/checkout@v5 - name: Clang Format id: clang diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 102c4b85..247f5709 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@v4 + uses: actions/checkout@v5 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 a3aafb50..0863eee9 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # needed to get the full history - name: Find bad spacing