diff --git a/.github/workflows/coreboot-example.yml b/.github/workflows/coreboot-example.yml index 54400cf..bbf6e62 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@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' diff --git a/.github/workflows/linuxboot-example-separate-jobs.yml b/.github/workflows/linuxboot-example-separate-jobs.yml index 2e90fa7..37dc4e1 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@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' @@ -48,7 +48,7 @@ jobs: artifact-name-RELEASE: ${{ steps.firmware-action.outputs.artifact-name }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' @@ -74,7 +74,7 @@ jobs: release_type: ['DEBUG', 'RELEASE'] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' - name: Fetch few missing submodules diff --git a/.github/workflows/linuxboot-example.yml b/.github/workflows/linuxboot-example.yml index eb3a0df..036ab42 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@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' - name: Fetch few missing submodules