mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-02 02:47:05 -04:00
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.8 to 2.81.11.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](0631aa6515...15449e3094)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.81.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
23 lines
560 B
YAML
23 lines
560 B
YAML
name: Rust version
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches: ["main", "features/**", "release-**"]
|
|
pull_request:
|
|
branches: ["main", "features/**", "release-**"]
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
msrv:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
|
|
with:
|
|
persist-credentials: false
|
|
- uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # cargo-hack
|
|
with:
|
|
tool: cargo-hack
|
|
- run: cargo hack check --rust-version --workspace --all-targets
|