diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2b2622..7d9d040 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: file: led.csp steps: - name: ⬇️ checkout csp_hal_apm32f1 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e8eebc..5a2ccf9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: ⬇️ checkout csp_hal_apm32f1 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true