diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cargo-vet-pr-comment.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/rolling.yml | 18 |
2 files changed, 3 insertions, 17 deletions
diff --git a/.github/workflows/cargo-vet-pr-comment.yml b/.github/workflows/cargo-vet-pr-comment.yml index fafb21641..66f27ceab 100644 --- a/.github/workflows/cargo-vet-pr-comment.yml +++ b/.github/workflows/cargo-vet-pr-comment.yml | |||
| @@ -31,7 +31,7 @@ jobs: | |||
| 31 | if: github.event.workflow_run.event == 'pull_request' | 31 | if: github.event.workflow_run.event == 'pull_request' |
| 32 | steps: | 32 | steps: |
| 33 | - name: 'Download artifact' | 33 | - name: 'Download artifact' |
| 34 | uses: actions/download-artifact@v4 | 34 | uses: actions/download-artifact@v6 |
| 35 | with: | 35 | with: |
| 36 | github-token: ${{ secrets.GITHUB_TOKEN }} | 36 | github-token: ${{ secrets.GITHUB_TOKEN }} |
| 37 | name: pr | 37 | name: pr |
diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index 386c0df5c..1d93cfe25 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml | |||
| @@ -40,22 +40,8 @@ jobs: | |||
| 40 | strategy: | 40 | strategy: |
| 41 | fail-fast: false | 41 | fail-fast: false |
| 42 | matrix: | 42 | matrix: |
| 43 | msrv: ["1.85"] # We're relying on namespaced-features, which | 43 | msrv: ["1.91"] |
| 44 | # was released in 1.60 | 44 | |
| 45 | # | ||
| 46 | # We also depend on `fixed' which requires rust | ||
| 47 | # 1.71 | ||
| 48 | # | ||
| 49 | # Additionally, we depend on embedded-hal-async | ||
| 50 | # which requires 1.75 | ||
| 51 | # | ||
| 52 | # embassy-time requires 1.79 due to | ||
| 53 | # collapse_debuginfo | ||
| 54 | # | ||
| 55 | # embassy upstream switched to rust 1.83 | ||
| 56 | # | ||
| 57 | # embedded-services (storage bus) dependency | ||
| 58 | # requires 1.85 | ||
| 59 | name: ubuntu / ${{ matrix.msrv }} (${{ matrix.commit }}) | 45 | name: ubuntu / ${{ matrix.msrv }} (${{ matrix.commit }}) |
| 60 | steps: | 46 | steps: |
| 61 | - uses: actions/checkout@v5 | 47 | - uses: actions/checkout@v5 |
