diff --git a/.github/workflows/coreboot-example.yml b/.github/workflows/coreboot-example.yml index cb9ff04..0d402ee 100644 --- a/.github/workflows/coreboot-example.yml +++ b/.github/workflows/coreboot-example.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' diff --git a/.github/workflows/linuxboot-example-separate-jobs.yml b/.github/workflows/linuxboot-example-separate-jobs.yml index 9dc283c..553d123 100644 --- a/.github/workflows/linuxboot-example-separate-jobs.yml +++ b/.github/workflows/linuxboot-example-separate-jobs.yml @@ -17,7 +17,7 @@ jobs: artifact-name-RELEASE: ${{ steps.firmware-action.outputs.artifact-name }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' @@ -48,7 +48,7 @@ jobs: artifact-name-RELEASE: ${{ steps.firmware-action.outputs.artifact-name }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' @@ -74,7 +74,7 @@ jobs: release_type: ['DEBUG', 'RELEASE'] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' - name: Fetch few missing submodules diff --git a/.github/workflows/linuxboot-example.yml b/.github/workflows/linuxboot-example.yml index 1abe4ab..ffd50f2 100644 --- a/.github/workflows/linuxboot-example.yml +++ b/.github/workflows/linuxboot-example.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' - name: Fetch few missing submodules