diff --git a/.github/workflows/cpp-ci-serial-programs-base.yml b/.github/workflows/cpp-ci-serial-programs-base.yml index 790bacf9e3..ffab5d50b2 100644 --- a/.github/workflows/cpp-ci-serial-programs-base.yml +++ b/.github/workflows/cpp-ci-serial-programs-base.yml @@ -47,7 +47,7 @@ jobs: echo "UPLOAD_FOLDER=$UPLOAD_FOLDER" >> $GITHUB_ENV - name: Checkout Arduino-Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: 'Arduino-Source' submodules: 'recursive' @@ -102,7 +102,7 @@ jobs: path: ${{env.UPLOAD_FOLDER}} - name: Checkout CommandLineTests - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: inputs.run-tests with: repository: 'PokemonAutomation/CommandLineTests' diff --git a/.github/workflows/tabs.yml b/.github/workflows/tabs.yml index 1423efb5b9..4ed5eee25f 100644 --- a/.github/workflows/tabs.yml +++ b/.github/workflows/tabs.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Fail if tabs are found in source files # Exclude specific file types if necessary (e.g., binaries, .md files, etc.)