diff --git a/.github/workflows/cargo-vet.yml b/.github/workflows/cargo-vet.yml index 778265a..6d30896 100644 --- a/.github/workflows/cargo-vet.yml +++ b/.github/workflows/cargo-vet.yml @@ -19,7 +19,7 @@ jobs: CARGO_VET_VERSION: 0.10.2 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 031e60f..e72ae6b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest name: nightly / fmt steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install nightly @@ -57,7 +57,7 @@ jobs: toolchain: [stable, beta] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest name: semver steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install stable @@ -93,7 +93,7 @@ jobs: name: nightly / doc steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -115,7 +115,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -135,7 +135,7 @@ jobs: name: ubuntu / stable / deny steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -162,7 +162,7 @@ jobs: name: ubuntu / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -183,7 +183,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/nostd.yml b/.github/workflows/nostd.yml index f93366e..5e10156 100644 --- a/.github/workflows/nostd.yml +++ b/.github/workflows/nostd.yml @@ -25,7 +25,7 @@ jobs: target: [thumbv6m-none-eabi, thumbv7em-none-eabihf, thumbv8m.main-none-eabihf] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index ca7fb2a..49d3979 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install stable @@ -41,7 +41,7 @@ jobs: name: ubuntu / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install ${{ matrix.msrv }}